From 7966b0810166adbec1de40e4489d72ecfd80cf14 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 4 Sep 2020 22:07:59 +0100 Subject: [PATCH] set makeprg to shellcheck for shell files --- ftplugin/sh.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/sh.vim b/ftplugin/sh.vim index 9a653ed..2151ea5 100644 --- a/ftplugin/sh.vim +++ b/ftplugin/sh.vim @@ -1 +1,2 @@ +setlocal makeprg=shellcheck\ -f\ gcc\ % nnoremap :w !sh