From 4b2b598ed1a49a8c77854bbebf8249649112177e Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 6 Dec 2020 02:57:35 +0100 Subject: [PATCH] vim: add tagbar plugin --- vim/plugs.vim | 1 + vim/shortcuts.vim | 3 +++ 2 files changed, 4 insertions(+) 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