[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:
parent
0d04061a80
commit
5184dd5a56
1 changed files with 2 additions and 0 deletions
2
vim/.vim/ftplugin/python.vim
Normal file
2
vim/.vim/ftplugin/python.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
" Use black as ALE fixer for python
|
||||
let b:ale_fixers=[ 'black' ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue