Add nvim-qt configuration
Set font and colorscheme for `nvim-qt`.
This commit is contained in:
parent
2ab332db65
commit
a881d3e62a
9
ginit.vim
Normal file
9
ginit.vim
Normal 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
|
Loading…
x
Reference in New Issue
Block a user