aboutsummaryrefslogtreecommitdiff
path: root/ginit.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-02-04 11:06:38 +0800
committerjdhao <jdhao@hotmail.com>2022-02-04 11:06:38 +0800
commit6b76b7781cc5432f43cced961d79976d7c44b437 (patch)
tree9536e9bdeb3d9ce6e545820943450fe2dfffb496 /ginit.vim
parent21127b317002d3fabdabf0ba6f104e8940727360 (diff)
add comment for ginit.vim
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