vim/ginit.vim
Kenneth Benzie (Benie) a881d3e62a Add nvim-qt configuration
Set font and colorscheme for `nvim-qt`.
2021-07-10 14:49:16 +01:00

10 lines
146 B
VimL

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