aboutsummaryrefslogtreecommitdiff
path: root/ginit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ginit.vim')
-rw-r--r--ginit.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/ginit.vim b/ginit.vim
index 9827825..b2cdf84 100644
--- a/ginit.vim
+++ b/ginit.vim
@@ -3,6 +3,9 @@ inoremap <silent> <S-Insert> <C-R>+
cnoremap <S-Insert> <C-R>+
nnoremap <silent> <C-6> <C-^>
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+" config for nvim-qt "
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" To check if neovim-qt is running, use `exists('g:GuiLoaded')`,
" see https://github.com/equalsraf/neovim-qt/issues/219
if exists('g:GuiLoaded')
@@ -13,6 +16,9 @@ if exists('g:GuiLoaded')
GuiFont! Hack\ NF:h10:l
endif
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+" config for fvim "
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
if exists('g:fvim_loaded')
set termguicolors
colorscheme gruvbox8_hard