diff --git a/ginit.vim b/ginit.vim index 9827825..b2cdf84 100644 --- a/ginit.vim +++ b/ginit.vim @@ -3,6 +3,9 @@ inoremap + cnoremap + nnoremap +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" 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