From b19d2ad21dfdd308b183d604a5ee244377fb48f2 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 6 Mar 2017 15:17:27 +0100 Subject: [PATCH] Disable preview --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 97b625c..d05b9e0 100644 --- a/vimrc +++ b/vimrc @@ -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'