Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix NvChad not displaying icons?

Tags:

neovim

I installed Neovim from GitHub. I specifically have the 0.7 version, and then I cloned the NvChad repository to ~/.config/nvim directory as stated in the installation tutorial.

After that I used this command:

nvim -c "autocmd User PackerComplete quitall" -c "PackerSync"

which seemed to install the required packages.

Then I typed nvim into my terminal and this was the result:

enter image description here

Have I done something wrong or should I do something else?

Thanks in advance for your time.

like image 782
hacker man Avatar asked Sep 05 '25 03:09

hacker man


1 Answers

This is because the font you are using doesn't provide those icons.
Find Nerd-Fonts patched version of your favorite font, install it, and set it as your terminal font.
https://www.nerdfonts.com/font-downloads

like image 140
WieeRd Avatar answered Sep 08 '25 00:09

WieeRd