aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotvimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index 45bc5c7..094d91c 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -57,6 +57,10 @@ let g:gitgutter_eager = 0 " only update on read/write
NeoBundle 'kien/ctrlp.vim' "amazing search with ctrl p
NeoBundle 'JazzCore/ctrlp-cmatcher'
+" Also search tags
+let g:ctrlp_extensions = ['tag']
+noremap <Leader>t :CtrlPTag<CR>
+
NeoBundle 'https://bitbucket.org/abudden/taghighlight'
NeoBundle 'git-time-lapse'
NeoBundle 'textobj-user'