From 74ff101faccc06723ede397cea358ceb9fdfa5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 9 Sep 2017 14:38:18 +0200 Subject: [PATCH] vim: Fix completion --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 43279b2..bf22cca 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -262,3 +262,5 @@ endfunction autocmd BufWritePre * :call DeleteTrailingWS() autocmd FileType yaml set shiftwidth=2 +set completeopt-=preview +let g:ycm_add_preview_to_completeopt = 0