vim: add tagbar plugin

bretello 2020-12-06 02:57:35 +01:00
parent f7c35abb61
commit 4b2b598ed1
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Plug 'https://github.com/maxbrunsfeld/vim-yankstack'
" Mark indentation level
Plug 'https://github.com/nathanaelkane/vim-indent-guides'
Plug 'https://github.com/majutsushi/tagbar'
" snipmate
Plug 'https://github.com/MarcWeber/vim-addon-mw-utils'
Plug 'https://github.com/tomtom/tlib_vim'

View File

@ -106,3 +106,6 @@ noremap <Leader>P "+p
" A friggin python breakpoint. Invoke with @b "FIXME: make this decent
let @b = 'A breakpoint()€ýajkj0'
" Tagbar
nmap <F8> :TagbarToggle<CR>