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