From: Samir Benmendil Date: Thu, 16 Apr 2015 01:30:42 +0000 (+0100) Subject: vim: don't close ycm preview window X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/e9f19f21938eba4062c06b671ea73730504850a6?ds=sidebyside vim: don't close ycm preview window --- diff --git a/vim/vimrc b/vim/vimrc index ad9e355..8725572 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -530,7 +530,7 @@ let g:ycm_extra_conf_globlist = ['~/src/*','/mnt/data/src/*'] let g:ycm_global_ycm_extra_conf = expand('$XDG_CONFIG_HOME/vim/ycm_extra_conf.py') let g:ycm_extra_conf_vim_data = ['getcwd()'] let g:ycm_add_preview_to_completeopt = 1 -let g:ycm_autoclose_preview_window_after_insertion = 1 +let g:ycm_autoclose_preview_window_after_insertion = 0 "let g:ycm_extra_conf_vim_data = ['%:p'] nnoremap jd :YcmCompleter GoTo