[ADD][VIM] Use dfmt fixer with ALE

This commit is contained in:
Bruno BELANYI 2019-10-10 13:27:09 +02:00
parent 19f1baddfe
commit bdb53424c3

2
vim/.vim/ftplugin/d.vim Normal file
View file

@ -0,0 +1,2 @@
" Use my desired ALE fixer for D
let b:ale_fixers=[ 'dfmt' ]