diff --git a/vim/plugs.vim b/vim/plugs.vim index 9a0d12b..acff9a5 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -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' diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index 8746660..f3d6f76 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -106,3 +106,6 @@ noremap P "+p " A friggin python breakpoint. Invoke with @b "FIXME: make this decent let @b = 'A breakpoint()€ýajkj0' + +" Tagbar +nmap :TagbarToggle