aboutsummaryrefslogtreecommitdiffstats
path: root/dotvimrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotvimrc')
-rw-r--r--dotvimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/dotvimrc b/dotvimrc
index 0d8465b..ac63ea3 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -74,13 +74,13 @@ let g:gitgutter_eager = 0 " only update on read/write
NeoBundle 'kien/ctrlp.vim' "amazing search with ctrl p
+
NeoBundle 'JazzCore/ctrlp-cmatcher'
let g:ctrlp_match_func = {'match' : 'matcher#cmatch' }
" Also search tags
let g:ctrlp_extensions = ['tag']
noremap <Leader>p :CtrlP<CR>
-noremap <Leader>t :CtrlPTag<CR>
"let g:ctrlp_working_path_mode = 'a'
@@ -97,6 +97,8 @@ noremap <Leader>Y :YcmRestartServer<CR>
NeoBundle 'tpope/vim-surround.git'
NeoBundle 'taglist.vim'
+NeoBundle 'majutsushi/tagbar'
+noremap <Leader>t :TagbarToggle<CR>
NeoBundle 'ifdef-highlighting'
NeoBundle 'ciaranm/detectindent' "adapts tabstop and this shit automagically