Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
use Guifont! due to neovim-qt conplaining non-fixed pitch
Browse files Browse the repository at this point in the history
  • Loading branch information
lonepie authored and LER0ever committed May 14, 2018
1 parent 219639f commit 85e2524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/gui.vim
Expand Up @@ -23,9 +23,9 @@
" NeoVim-Qt (here instead of ginit.vim)
if exists('g:GuiLoaded')
if !WINDOWS()
execute 'Guifont ' . g:evervim_font . ':h' . g:evervim_font_size
execute 'Guifont! ' . g:evervim_font . ':h' . g:evervim_font_size
else
execute 'Guifont ' . g:evervim_font . ':h' . g:evervim_font_size
execute 'Guifont! ' . g:evervim_font . ':h' . g:evervim_font_size
endif
endif

Expand Down

0 comments on commit 85e2524

Please sign in to comment.