From f292977209ebf7bd9a525a7bccb16965cbe02238 Mon Sep 17 00:00:00 2001 From: Matthias Brändli Date: Tue, 31 Jan 2017 10:11:34 +0100 Subject: Add tagbar plugin --- dotvimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 p :CtrlP -noremap t :CtrlPTag "let g:ctrlp_working_path_mode = 'a' @@ -97,6 +97,8 @@ noremap Y :YcmRestartServer NeoBundle 'tpope/vim-surround.git' NeoBundle 'taglist.vim' +NeoBundle 'majutsushi/tagbar' +noremap t :TagbarToggle NeoBundle 'ifdef-highlighting' NeoBundle 'ciaranm/detectindent' "adapts tabstop and this shit automagically -- cgit v1.2.3