dot-files/vim/.vim/after/ftplugin/d.vim

3 lines
61 B
VimL

" Use my desired ALE fixer for D
let b:ale_fixers=[ 'dfmt' ]