-
I recently installed some of the fonts in Linux to use for gVim etc.
-
It’s installed under
~/.local/share/fonts
-
After installing I had re-run the
fc-cache
to generate the font cache etc. and saw the list of fonts etc. -
Then I tried setting the required
guifont
in the.gvimrc
as shown belowset guifont=ProFont Bold For Powerline 16
-
When I try to open the gVim, it says invalid fonts.
-
When I try to do
:set guifont=*
and when the Vim font selector opens up, its not showing all the newly installed fonts.
Kind-off going baffled as these usually used to work in the first try. Can anyone please let me know if I am making any mistake?