dot-files/vim/.vim/ftplugin/python.vim
Bruno BELANYI 5184dd5a56 [ADD][VIM] Use black fixer with ALE
This introduces the '.vim' folder to my dot-files repository. I'll have
to think about splitting my '.vimrc' file into multiple files inside the
'.vim' folder.
2019-10-19 05:46:29 +02:00

3 lines
65 B
VimL

" Use black as ALE fixer for python
let b:ale_fixers=[ 'black' ]