Black
From charlesreid1
To install black:
Make a vim plugin directory
mkdir -p ~/.vim/plugin
Now copy the black vim plugin into the plugin folder:
cd ~/.vim/plugin && wget https://github.com/psf/black/blob/master/plugin/black.vim
Next start vim up and let black go through the installation/setup process:
vim
Now you should be all set.