Bruno BELANYI
5184dd5a56
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.
3 lines
65 B
VimL
3 lines
65 B
VimL
" Use black as ALE fixer for python
|
|
let b:ale_fixers=[ 'black' ]
|