set makeprg to shellcheck for shell files

This commit is contained in:
Ray Elliott 2020-09-04 22:07:59 +01:00
parent 01c728204b
commit 7966b08101
1 changed files with 1 additions and 0 deletions

View File

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