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