Enable nvim inccommand

This commit is contained in:
George Rawlinson 2016-12-09 11:44:22 +13:00
parent c5316344cd
commit 643e25ec6e
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@ let g:load_doxygen_syntax=1
" enable filetype plugins
filetype plugin on
" enable nvim-specific inccommand
if has('nvim')
set inccommand=nosplit
endif
" syntastic
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1