Enable nvim inccommand
This commit is contained in:
parent
c5316344cd
commit
643e25ec6e
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ let g:load_doxygen_syntax=1
|
||||||
" enable filetype plugins
|
" enable filetype plugins
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
||||||
|
" enable nvim-specific inccommand
|
||||||
|
if has('nvim')
|
||||||
|
set inccommand=nosplit
|
||||||
|
endif
|
||||||
|
|
||||||
" syntastic
|
" syntastic
|
||||||
let g:syntastic_always_populate_loc_list = 1
|
let g:syntastic_always_populate_loc_list = 1
|
||||||
let g:syntastic_auto_loc_list = 1
|
let g:syntastic_auto_loc_list = 1
|
||||||
|
|
Loading…
Reference in a new issue