vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.85k stars 69 forks source link

Webdevicons + Gnvim #133

Closed alexander-arce closed 4 years ago

alexander-arce commented 4 years ago

Hi, I'm in a weird problem, vim-webdevicons is not showed in Gnvim but in kitty + nvim yes.

kitty-nvim

gnvim

Anyone tried use vim-webdevicons with nvim? Thanks

smolck commented 4 years ago

Is the font the same (a NERD font) in both kitty & gnvim? If not, you should be able to set GNvim's font by using :set guifont=<...> (see :help guifont) to a NERD font and see if that fixes the problem.

alexander-arce commented 4 years ago

Is the font the same (a NERD font) in both kitty & gnvim? If not, you should be able to set GNvim's font by using :set guifont=<...> (see :help guifont) to a NERD font and see if that fixes the problem.

Yes it's the same font, in my current vimrc setup i have line set guifont=Source\ Code\ Pro\ for\ Powerline:h12

alexander-arce commented 4 years ago

Ok, you are right @smolck i'm use incorrect font, switching to Fira Code Nerd Font, all look right. Thanks

smolck commented 4 years ago

@Aletz-Arce No problem! So this issue can be closed then?

alexander-arce commented 4 years ago

@Aletz-Arce No problem! So this issue can be closed then?

Yes, thanks!