X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=7fb68adfb6ccee71dc0cdbe24a3da930f1f75fc2;hb=1e8669d6ef20399bdcba12e3818d54d211999435;hp=50509aeef109310152876e0b51897372651e442c;hpb=2197f011196954bfca1fd0e8c4e99f3e266ce049;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index 50509ae..7fb68ad 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -37,9 +37,9 @@ Plugin 'gu-fan/riv.vim' Plugin 'nvie/vim-rst-tables' Plugin 'lepture/vim-jinja' 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 @@ -56,6 +56,7 @@ colorscheme molokai " set shiftwidth=2 " set softtabstop=2 set relativenumber +set number let g:html_indent_inctags = "html,body,head,tbody" let g:indentLine_color_term = 200 @@ -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