Skip to content

Commit

Permalink
Fix Black integration with Vim
Browse files Browse the repository at this point in the history
  • Loading branch information
0mp committed Jun 27, 2020
1 parent 712d71e commit e89665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Plug 'lervag/vimtex'
" }}}
" {{{ Python
Plug 'davidhalter/jedi-vim'
Plug 'psf/black'
Plug 'psf/black', { 'tag': '19.10b0' }
let g:black_virtualenv = "/usr/local"
" }}}
" }}}
Expand Down

0 comments on commit e89665d

Please sign in to comment.