set makeprg to shellcheck for shell files

This commit is contained in:
Ray Elliott 2020-09-04 22:07:59 +01:00
commit 7966b08101

View file

@ -1 +1,2 @@
setlocal makeprg=shellcheck\ -f\ gcc\ %
nnoremap <buffer> <F5> :w !sh<cr>