From b7db00e9e1b728480ff8f49bd232bbc104720c5d Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Tue, 21 Dec 2021 20:35:05 +0100 Subject: [PATCH] vim-black: use tag stable instead of branch stable --- dotfiles/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 256c1d5..38c4e5e 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -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