X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3fc9324bb4eedbdf29f39afc772bdb9d75cea28b..c20554a13a4689f821cf17bb78a422dbd6d9a050:/vim/vimrc?ds=sidebyside diff --git a/vim/vimrc b/vim/vimrc index ad9e355..d927be1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -57,6 +57,7 @@ Plugin 'http://git.code.sf.net/p/vim-latex/vim-latex' Plugin 'justinmk/vim-sneak' Plugin 'chrisbra/checkattach' Plugin 'nathanaelkane/vim-indent-guides' +Plugin 'alx741/vinfo' Plugin 'kana/vim-textobj-user' Plugin 'julian/vim-textobj-variable-segment' @@ -530,7 +531,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