Совместимость с Neovim

This commit is contained in:
2022-01-04 15:21:07 +03:00
parent 979bc8f385
commit aa8c8ab374
5 changed files with 14 additions and 4 deletions

View File

@ -1 +1,3 @@
set guifont=Iosevka\ Prog\ 18
if has('gui_running') && !has('nvim')
set guifont=Iosevka\ Prog\ 18
endif

View File

@ -1 +1,3 @@
set guifont=Iosevka\ Prog\ 18
if has('gui_running') && !has('nvim')
set guifont=Iosevka\ Prog\ 18
endif

View File

@ -1 +1,3 @@
set guifont=Iosevka\ Prog\ 10
if has('gui_running') && !has('nvim')
set guifont=Iosevka\ Prog\ 10
endif