vim-black: use tag stable instead of branch stable
This commit is contained in:
parent
3208a040a5
commit
b7db00e9e1
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Plug 'nvie/vim-flake8'
|
|||
" Vim integration for various linters
|
||||
Plug 'dense-analysis/ale'
|
||||
" Black autoformatter for Python
|
||||
Plug 'psf/black', { 'branch': 'stable' }
|
||||
Plug 'psf/black', { 'tag': 'stable' }
|
||||
"Surround
|
||||
Plug 'tpope/vim-surround'
|
||||
" Snippets
|
||||
|
|
Loading…
Add table
Reference in a new issue