feat: reload init.vim on save
This commit is contained in:
parent
f70fc73dec
commit
a2b5574b4d
@ -65,6 +65,12 @@ set smartcase
|
|||||||
" preview commands
|
" preview commands
|
||||||
set inccommand=split
|
set inccommand=split
|
||||||
|
|
||||||
|
" reload init.vim on save
|
||||||
|
augroup InitVimReload
|
||||||
|
autocmd!
|
||||||
|
autocmd BufWritePost init.vim source $MYVIMRC
|
||||||
|
augroup END
|
||||||
|
|
||||||
" set cursorline in active window
|
" set cursorline in active window
|
||||||
augroup CursorLine
|
augroup CursorLine
|
||||||
autocmd!
|
autocmd!
|
||||||
|
Reference in New Issue
Block a user