question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

guifont not applying neovim

See original GitHub issue

im 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:open
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
xarthurxcommented, May 31, 2023

@yatli Thanks for the quick response. It seems when I have that settings enabled, the FVimFontLineHeight needs to be set to 0. Otherwise, still an issue:

image

image

This is a minor problem though. But probably you want to make the statusline not affected by this option.

1reaction
yatlicommented, May 31, 2023

@xarthurx FVimFontNoBuiltinSymbols v:true " Disable built-in Nerd font symbols

double-edge sword… 🙃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found