vim plugin needs new installation instructions #2234
Labels
C: integrations
Editor plugins and other integrations
C: vim
Vim plugin
T: documentation
Improvements to the docs (e.g. new topic, correction, etc)
Describe the bug A clear and concise description of what the bug is.
Installing the current vim plugin (v1.2) now needs both
plugin/black.vim
andautoload/black.vim
This is not reflected in the official vim plugin installation instructions:https://black.readthedocs.io/en/stable/integrations/editors.html#vim
At least not for the manual file installation instructions--I don't use vim-plug or Vundle.
Previously it was only necessary to install
black.vim
in ~/.vim/plugins, so the new behavior could use some documentation.The text was updated successfully, but these errors were encountered: