diff --git a/.vimrc b/.vimrc index f42ff25..3bc6e28 100644 --- a/.vimrc +++ b/.vimrc @@ -80,6 +80,7 @@ inoremap :tabnew Bundle 'gmarik/vundle' Bundle 'The-NERD-tree' +Bundle 'majutsushi/tagbar' Bundle 'Lokaltog/vim-powerline' Bundle 'tpope/vim-commentary' Bundle 'tpope/vim-repeat' @@ -100,6 +101,9 @@ Bundle 'Nibble' " NERDTree map :NERDTreeToggle +" Tagbar +map :TagbarToggle + " SimpleCompile nmap :SCCompile nmap :SCCompileRun