diff options
| author | jdhao <jdhao@hotmail.com> | 2022-02-04 11:06:38 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-02-04 11:06:38 +0800 |
| commit | 6b76b7781cc5432f43cced961d79976d7c44b437 (patch) | |
| tree | 9536e9bdeb3d9ce6e545820943450fe2dfffb496 /ginit.vim | |
| parent | 21127b317002d3fabdabf0ba6f104e8940727360 (diff) | |
add comment for ginit.vim
Diffstat (limited to 'ginit.vim')
| -rw-r--r-- | ginit.vim | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
