Changed black's branch to main, updating was weird

This commit is contained in:
Alex Kelly 2021-06-07 12:18:25 -04:00
parent 7694929129
commit ace550a589

View file

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