diff options
-rw-r--r-- | dotvimrc | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -64,10 +64,9 @@ noremap <Leader>t :CtrlPTag<CR> "let g:ctrlp_working_path_mode = 'a' NeoBundle 'git-time-lapse' -NeoBundle 'Rip-Rip/clang_complete.git' -let g:clang_snippets = 1 -let g:clang_snippets_engine = 'clang_complete' -noremap <Leader>c :call g:ClangUpdateQuickFix()<cr> + +NeoBundle 'Valloric/YouCompleteMe.git' +let g:ycm_extra_conf_globlist = ['~/dab/*'] NeoBundle 'tpope/vim-surround.git' NeoBundle 'taglist.vim' |