Auto close after escape ycm preview

This commit is contained in:
Thomas FORGIONE 2017-03-09 10:42:58 +01:00
parent 5b6749a78f
commit 905c061cb1
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -138,7 +138,7 @@ let g:instant_markdown_autostart = 0
" You complete me configuration file
let g:ycm_global_ycm_extra_conf = '~/.vim/ycm_extra_conf.py'
let g:ycm_confirm_extra_conf = 0
set completeopt-=preview
let g:ycm_autoclose_preview_window_after_insertion = 1
" Rust source
let g:ycm_rust_src_path='/opt/rust/src'