[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.
This commit is contained in:
Bruno BELANYI 2019-10-08 15:40:58 +02:00
parent 0d04061a80
commit 5184dd5a56

View file

@ -0,0 +1,2 @@
" Use black as ALE fixer for python
let b:ale_fixers=[ 'black' ]