iconicFonts / iconic-fonts

Over 50 patched fonts with 60,000+ icons. ⭐️ to support us!
23 stars 2 forks source link

Setting up icons for neo-tree.nvim #97

Open sherloach opened 3 weeks ago

sherloach commented 3 weeks ago

Describe the bug I have installed Fira Code IF and set it as the font in my kitty terminal, but the icons in my neo-tree.nvim still have not changed. How can I make the neo-tree icons match the ones shown in the image in the README?

Expected behavior image

Screenshots

SCR-20240818-tpko
mdSlash commented 3 weeks ago

IconicFonts uses different icon codepoints, so Kitty falls back to NerdFonts for those icons.

We’ll release an update soon to make the codepoints compatible with NerdFonts, so you won't have to reconfigure anything.

In the meantime, you can reconfig nvim-web-devicons to use IconicFonts icons, but I don't recommend it, see #92

sherloach commented 3 weeks ago

So basically, the next release will automatically replace all the NerdFonts with IconicFonts without any configuration. The icons displayed within Telescope.nvim or any nvim plugins that need icons will also be replaced. Isn't it?

mdSlash commented 3 weeks ago

That's right, you don't need to do anything else. Just swap out the old Fira Code IF with the new version, and you're good to go

sherloach commented 3 weeks ago

Sweet! Thanks for the fantastic project!

mdSlash commented 3 weeks ago

Just a heads up, IconicFonts include icons from different packs, and some of them aren’t in NerdFonts. If you want different styles of icons, you'll need to reconfigure them manually. Otherwise, You’ll have the same Nerd Fonts iconstyle, but with the icons centered both vertically and horizontally