Add nvim-qt configuration

Set font and colorscheme for `nvim-qt`.
This commit is contained in:
Kenneth Benzie 2021-07-10 14:49:16 +01:00
parent 2ab332db65
commit a881d3e62a

9
ginit.vim Normal file
View File

@ -0,0 +1,9 @@
if exists(':GuiFont')
if platform#is_windows()
GuiFont Consolas:h9
else
GuiFont Source\ Code\ Pro:h9
endif
endif
colorscheme fresh