From 6b76b7781cc5432f43cced961d79976d7c44b437 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 4 Feb 2022 11:06:38 +0800 Subject: [PATCH] add comment for ginit.vim --- ginit.vim | 6 ++++++ 1 file changed, 6 insertions(+) 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