From charlesreid1

Revision as of 04:38, 7 August 2019 by Admin (talk | contribs) (Created page with "To install black: Make a vim plugin directory <pre> mkdir -p ~/.vim/plugin </pre> Now copy the black vim plugin into the plugin folder: <pre> cd ~/.vim/plugin && wget http...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.