Changed black's branch to main, updating was weird
This commit is contained in:
parent
7694929129
commit
ace550a589
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ call plug#begin(g:plugged_home)
|
|||
Plug 'direnv/direnv.vim'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'psf/black', { 'branch': 'stable' }
|
||||
Plug 'psf/black', { 'branch': 'main' }
|
||||
" This was fun and all, but getting data out sucked, so if they ever get an
|
||||
" update, maybe try again
|
||||
"Plugin 'ActivityWatch/aw-watcher-vim'
|
||||
|
|
Loading…
Reference in a new issue