This commit is contained in:
Mahesh Asolkar 2021-12-20 14:47:45 -08:00
commit 5072042a0f

View File

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