Nvim support

This commit is contained in:
2021-11-13 23:38:31 -08:00
parent 9df4b326ae
commit ae5df119bf

View File

@@ -90,6 +90,8 @@
" Base customization {{{
if has("gui_running")
if has("nvim")
else
if has("mac")
set guifont=Iosevka-Term:h16
elseif has("win32")
@@ -97,6 +99,7 @@
else
set guifont=Iosevka\ Term\ Regular\ 13.5
end
end
set columns=120 lines=54