Nvim support
This commit is contained in:
parent
9df4b326ae
commit
ae5df119bf
@ -90,6 +90,8 @@
|
|||||||
" Base customization {{{
|
" Base customization {{{
|
||||||
|
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
|
if has("nvim")
|
||||||
|
else
|
||||||
if has("mac")
|
if has("mac")
|
||||||
set guifont=Iosevka-Term:h16
|
set guifont=Iosevka-Term:h16
|
||||||
elseif has("win32")
|
elseif has("win32")
|
||||||
@ -97,6 +99,7 @@
|
|||||||
else
|
else
|
||||||
set guifont=Iosevka\ Term\ Regular\ 13.5
|
set guifont=Iosevka\ Term\ Regular\ 13.5
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
set columns=120 lines=54
|
set columns=120 lines=54
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user