vim/ginit.vim

8 lines
128 B
VimL

if exists(':GuiFont')
if platform#is_windows()
GuiFont! Consolas:h9
else
GuiFont Source\ Code\ Pro:h9
endif
endif