mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Close preview window on exiting insert mode.
This commit is contained in:
@@ -121,6 +121,7 @@ nnoremap <silent> <F5> :SyntasticCheck<CR> :Errors<CR>
|
|||||||
|
|
||||||
" Load vim-ycm if installed on the system level
|
" Load vim-ycm if installed on the system level
|
||||||
if isdirectory("/usr/share/vim-youcompleteme")
|
if isdirectory("/usr/share/vim-youcompleteme")
|
||||||
|
set g:ycm_autoclose_preview_window_after_insertion=1
|
||||||
set runtimepath+=/usr/share/vim-youcompleteme
|
set runtimepath+=/usr/share/vim-youcompleteme
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user