CosmicNvim / CosmicNvim

CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!

Home Page:https://cosmicnvim.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with some icons

IsufShaqiri opened this issue · comments

Which nerd font should I use in the terminal to display the icons because some icons doesn't show up for me.

Hm, which ones fonts are giving you issues? All nerd fonts should generally be supported 🤔

Don't use broken fonts, use fallback fonts, It's easy and simple. You only need nerd font with icons (only icons!), not a patched version of your font. Set two fonts(your and nerd). Here is an example for CosmicNvim if you have neovide.
config/editor.lua:

opt.guifont = "jetbrains mono,symbols nerd font:h10.5"