]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/vim/files/vimrc
Add tagline to vim
[max/saltfiles.git] / states / vim / files / vimrc
index 50509aeef109310152876e0b51897372651e442c..1fc97881cbbe1d8dc1e9ff8174d80021c241d656 100644 (file)
@@ -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 <F8> :TagbarToggle<CR>