X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3910639f1a69138a73e072da946e056e31de76ef..af9348928c28e9c9c89a9c03ac10c3029848659c:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 90fbf5d..9b5c202 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -74,6 +74,7 @@ Plugin 'derekwyatt/vim-protodef' " Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp Plugin 'wincent/loupe' Plugin 'Ram-Z/vimwiki' +Plugin 'alepez/vim-gtest' call vundle#end() @@ -607,6 +608,7 @@ let g:tagbar_iconchars = ['+', '-'] " tcomments {{{2 let g:tcommentTextObjectInlineComment = 'gic' +" let g:tcommentOptions = { 'whitespace' : 'no' } " ultisnips {{{2 let g:UltiSnipsEditSplit = 'vertical' @@ -701,7 +703,11 @@ function! YRRunAfterMaps() endfunction " youcompleteme {{{2 -let g:ycm_extra_conf_globlist = ['~/src/*','/mnt/data/src/*'] +let g:ycm_extra_conf_globlist = [ + \ '~/src/*', + \ '/mnt/data/src/*', + \ '/mnt/common/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