I just installed Black from:
Plugin 'ambv/black', {'rtp': 'vim'}
using Vundle.
I am not able to use the Black
command without running PluginInstall
.
Is this a bug?
The plugin is here
My .vimrc looks like this:
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'ambv/black', {'rtp': 'vim'}
call vundle#end()