X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=5980b6453bacbca1feaadffd4c8ce7a862da015e;hb=e468321a31ae1f5cabe8404f56bccede1c132a7e;hp=2c92bfe411122acf64f42ec7add35ef648d044f5;hpb=0504720558064c86e7867f471635461534d48479;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index 2c92bfe..5980b64 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -37,6 +37,8 @@ Plugin 'fatih/vim-go' Plugin 'gu-fan/riv.vim' Plugin 'nvie/vim-rst-tables' Plugin 'lepture/vim-jinja' +Plugin 'aklt/plantuml-syntax' +Plugin 'psf/black' " All of your Plugins must be added before the following line call vundle#end() " required @@ -125,3 +127,6 @@ set list listchars=trail:•,extends:>,precedes:<,nbsp:␣,eol:↲,tab:→\, " Force python3 for rst tables plugin let g:rst_prefer_python_version = 2 + +" Set linelength for python +let g:black_linelength = 80