X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=1fc97881cbbe1d8dc1e9ff8174d80021c241d656;hb=0bc5a60bb61eb94fa9d32ebacc1fac9945819291;hp=50509aeef109310152876e0b51897372651e442c;hpb=5116eb11c2eb96dafd84fc5663fd6164452e28d3;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index 50509ae..1fc9788 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -40,6 +40,7 @@ Plugin 'aklt/plantuml-syntax' Plugin 'psf/black' Plugin 'vim-python/python-syntax' Plugin 'luochen1990/rainbow' +Plugin 'majutsushi/tagbar' " All of your Plugins must be added before the following line call vundle#end() " required @@ -155,3 +156,6 @@ hi MatchParen cterm=underline ctermbg=none ctermfg=none " Rainbow parens let g:rainbow_active = 1 + +" Activate tagbar with F8 +nmap :TagbarToggle