nvim-tree / nvim-web-devicons

lua `fork` of vim-web-devicons for neovim
MIT License
1.98k stars 183 forks source link

Unable to load icons on Mac OS Ventura #258

Closed putnam120 closed 1 year ago

putnam120 commented 1 year ago

I am new to using neovim and using packer to manage my plugins.

I have added use('nvim-tree/nvim-web-devicons') but am still seeing boxes with question marks.

Also I've installed ohmyzsh and powerlevel10k. I thought that maye I was missing the needed font so I ran brew cask install font-hack-nerd-font. But don't see the font in the iTerm2 profile options.

gegoune commented 1 year ago

It is due to configuration of font in your terminal emulator application. You need to make sure you set up font with required glyphs, like one you have installed. Just need to configure your terminal to use it.

putnam120 commented 1 year ago

The issue I was having that my the installed glyphs were not showing up as options for my terminal to use.

I managed to solve this by restarting my laptop. I think that more places need to mention that you might need to do this.

alexsmartens commented 1 month ago

Perhaps glyphs should be dependency. I was missing icons with Fira Code which does not come with glyphs. Installing a Hack Nerd resolved the issue.