guifont not applying neovim
See original GitHub issueim using neovim and i have this line in my init.vim
:
set guifont=Fira\ Code\ 16
it doesn’t apply. i think it applied in first starts but now its not applying.
should i create a gvim.init
? where?
Update: When i use this syntax, it works some how: set guifont=Fira\ Code:h16
but it works only with this font , setting other fonts doesnt work properly, also setting :h16 makes font creepy, it seems that it makes font only taller and doesnt increase font size
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Settings for the font in .vimrc are not working
Create/modify a file called .gvimrc in your home directory and add set guifont=DejaVu\ Sans\ Mono\ Book\ 12 . Restart gvim to take effect....
Read more >How to change Neovim font?
For Neovim GUI client · Choose a font by :set guifont=* command. · Display the correct font name by :set guifont? · Find...
Read more >How to set your favorite airline guifont in neovim-qt?
I'm trying to migrate my config from neovim to neovim-qt . And I ran into the fact that Neovim-qt does not know the...
Read more >How to adjust the GUI font size in Vim or Neovim
In GNOME you can adjust the font size with Ctrl Shift + and Ctrl - and it just works™. In other terminal emulators...
Read more >Setting the font in the GUI | Vim Tips Wiki - Fandom
This tip concerns the setting of the 'guifont' option. It is assumed that 'guifontset' and 'guifontwide' will, if available, be left empty or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@yatli Thanks for the quick response. It seems when I have that settings enabled, the
FVimFontLineHeight
needs to be set to0
. Otherwise, still an issue:This is a minor problem though. But probably you want to make the statusline not affected by this option.
@xarthurx
FVimFontNoBuiltinSymbols v:true " Disable built-in Nerd font symbols
double-edge sword… 🙃