X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=5980b6453bacbca1feaadffd4c8ce7a862da015e;hb=e468321a31ae1f5cabe8404f56bccede1c132a7e;hp=b8cf54dede84fbca44d8208a6d2df8d22074df5a;hpb=7b002c822ed6af8069b4e07b20d3d2a006c796fd;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index b8cf54d..5980b64 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -38,6 +38,7 @@ 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 @@ -126,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