manager/config/vim/after/ftplugin/sh.vim

2 lines
86 B
VimL

setlocal tabstop=4 shiftwidth=4 softtabstop=4
setlocal makeprg=shellcheck\ -f\ gcc\ %