Disable preview

This commit is contained in:
Thomas FORGIONE 2017-03-06 15:17:27 +01:00
parent 9da2da1877
commit b19d2ad21d
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -138,6 +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
" Rust source
let g:ycm_rust_src_path='/opt/rust/src'