Add commented support for python autoformatting

This commit is contained in:
Tony Grosinger 2018-08-09 09:54:20 -07:00 committed by Tony Grosinger
parent 8bdb859fe3
commit b352bf81a0

5
.vimrc
View File

@ -48,6 +48,11 @@ augroup END
Plug 'reedes/vim-wordy'
" Python Autoformatting
"Plug 'ambv/black'
"let g:black_linelength = 80
"let g:black_fast = 1
"autocmd BufWritePost *.py execute ':Black'
" Syntax Checking {{{1
Plug 'vim-syntastic/syntastic'