mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
add comment for ginit.vim
This commit is contained in:
parent
21127b3170
commit
6b76b7781c
@ -3,6 +3,9 @@ inoremap <silent> <S-Insert> <C-R>+
|
|||||||
cnoremap <S-Insert> <C-R>+
|
cnoremap <S-Insert> <C-R>+
|
||||||
nnoremap <silent> <C-6> <C-^>
|
nnoremap <silent> <C-6> <C-^>
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" config for nvim-qt "
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" To check if neovim-qt is running, use `exists('g:GuiLoaded')`,
|
" To check if neovim-qt is running, use `exists('g:GuiLoaded')`,
|
||||||
" see https://github.com/equalsraf/neovim-qt/issues/219
|
" see https://github.com/equalsraf/neovim-qt/issues/219
|
||||||
if exists('g:GuiLoaded')
|
if exists('g:GuiLoaded')
|
||||||
@ -13,6 +16,9 @@ if exists('g:GuiLoaded')
|
|||||||
GuiFont! Hack\ NF:h10:l
|
GuiFont! Hack\ NF:h10:l
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" config for fvim "
|
||||||
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
if exists('g:fvim_loaded')
|
if exists('g:fvim_loaded')
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme gruvbox8_hard
|
colorscheme gruvbox8_hard
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user