[ADD][VIM] Use dfmt fixer with ALE
This commit is contained in:
parent
19f1baddfe
commit
bdb53424c3
2
vim/.vim/ftplugin/d.vim
Normal file
2
vim/.vim/ftplugin/d.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
" Use my desired ALE fixer for D
|
||||
let b:ale_fixers=[ 'dfmt' ]
|
Loading…
Reference in a new issue