Added Tagbar

This commit is contained in:
2013-06-30 15:24:04 +03:00
parent 943653f403
commit 58b1f22dee
+4
View File
@@ -80,6 +80,7 @@ inoremap <C-S-t> <Esc>:tabnew<CR>
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 <F2> :NERDTreeToggle<CR>
" Tagbar
map <F3> :TagbarToggle<CR>
" SimpleCompile
nmap <F8> :SCCompile<cr>
nmap <F9> :SCCompileRun<cr>