diff options
-rw-r--r-- | dotvimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -59,11 +59,16 @@ NeoBundle 'JazzCore/ctrlp-cmatcher' let g:ctrlp_extensions = ['tag'] noremap <Leader>t :CtrlPTag<CR> +"let g:ctrlp_working_path_mode = 'a' + NeoBundle 'https://bitbucket.org/abudden/taghighlight' NeoBundle 'git-time-lapse' NeoBundle 'textobj-user' NeoBundle 'lucapette/vim-textobj-underscore.git' NeoBundle 'Rip-Rip/clang_complete.git' +let g:clang_snippets = 1 +let g:clang_snippets_engine = 'clang_complete' + NeoBundle 'tpope/vim-surround.git' NeoBundle 'taglist.vim' NeoBundle 'ifdef-highlighting' |