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

3 lines
86 B
VimL
Raw Normal View History

2022-04-18 00:14:34 +01:00
setlocal tabstop=4 shiftwidth=4 softtabstop=4
setlocal makeprg=shellcheck\ -f\ gcc\ %