dot-files/vim/.vim/ftplugin/sh.vim

3 lines
61 B
VimL

" Use shfmt as ALE fixer for sh
let b:ale_fixers=[ 'shfmt' ]