diff options
-rw-r--r-- | dotvimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |