diff options
| -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 |
