dot-files/vim/.vim/ftplugin/bash.vim

3 lines
63 B
VimL

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