add some comments into init.vim
This commit is contained in:
parent
026413e5c2
commit
9e9bb86342
3
init.vim
3
init.vim
|
@ -8,8 +8,11 @@ execute 'source' "~/.config/nvim/plugins.vim"
|
||||||
" load custom config
|
" load custom config
|
||||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
|
" plugin 'toogleterm' need this or it will initialze a new terminal each time
|
||||||
|
" foucus on terminal
|
||||||
set hidden
|
set hidden
|
||||||
|
|
||||||
|
" show some whitespaces
|
||||||
set list
|
set list
|
||||||
|
|
||||||
" set for "hybrid" line number
|
" set for "hybrid" line number
|
||||||
|
|
Loading…
Reference in a new issue