vim-black: use tag stable instead of branch stable

This commit is contained in:
flyingscorpio@arch-desktop 2021-12-21 20:35:05 +01:00
parent 3208a040a5
commit b7db00e9e1

View file

@ -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