Auto close after escape ycm preview
This commit is contained in:
parent
5b6749a78f
commit
905c061cb1
2
vimrc
2
vimrc
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue