Add basic NeoVim-GTK configuration

This commit is contained in:
Dionisio E Alonso 2018-10-18 17:19:48 -03:00
parent f6dc5cda6a
commit df746c9a60
1 changed files with 5 additions and 0 deletions

5
nvim/ginit.vim Normal file
View File

@ -0,0 +1,5 @@
call rpcnotify(1, 'Gui', 'Font', 'Fira Code 9')
if exists('g:GtkGuiLoaded')
NGPreferDarkTheme on
endif