MeanderingProgrammer / render-markdown.nvim

Plugin to improve viewing Markdown files in Neovim
MIT License
1.73k stars 38 forks source link

What icons are being used as the defaults? #29

Closed Senjai closed 5 months ago

Senjai commented 5 months ago

I'm on a macbook if it helps, but the icons both listed in github and the defaults are coming up as the unicode box character, is there an iconset or font you have installed to make these work correctly? I'm currently using Fira code.

MeanderingProgrammer commented 5 months ago

Any nerd font should do. Or a terminal like Wezterm which is able to do fallback fonts and comes with a nerd font fallback built in.

If you use icons in Neovim this should just kinda work.

All the icons are user configurable so you are also able to provide your own that work with your font in the call to setup, if you prefer not to change fonts.

MeanderingProgrammer commented 5 months ago

The font stuff is definitely confusing, moving to Wezterm simplified it a lot for me, and tends to just work. Fallbacks are awesome.

I'm not familiar with Fira Code, but there does appear to be a patched nerd font version available, Fira Code Nerd Font.

Senjai commented 5 months ago

ty!