nvim: qt settings
This commit is contained in:
parent
72a8e2ba4b
commit
976bf43293
2 changed files with 5 additions and 0 deletions
|
@ -3,3 +3,4 @@ runtime mappings.vim
|
|||
runtime settings.vim
|
||||
runtime spelling.vim
|
||||
runtime colors.vim
|
||||
runtime qt.vim
|
||||
|
|
4
_config/nvim/qt.vim
Normal file
4
_config/nvim/qt.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
if has('gui_running')
|
||||
set guifont="Source Code Pro:h16"
|
||||
colorscheme gruvbox
|
||||
endif
|
Loading…
Add table
Reference in a new issue