]> git.sthu.org Git - vimconf.git/commitdiff
lint: Add shellcheck
authorStefan Huber <shuber@sthu.org>
Sat, 20 Jul 2024 11:11:37 +0000 (13:11 +0200)
committerStefan Huber <shuber@sthu.org>
Sat, 20 Jul 2024 11:11:37 +0000 (13:11 +0200)
plugins-full.vim.example

index a9ad6c40cf029fe822c9795efb9ce6e4163facda..b53c356fd34963eafc46f1a4d6193b1159d9f2a1 100644 (file)
@@ -253,7 +253,8 @@ EOF
             }
 
             require('lint').linters_by_ft = {
-                gitcommit = {'gitlint',}
+                gitcommit = {'gitlint',},
+                sh = {'shellcheck',}
             }
 EOF
         " A gK mapping for hover. The default 'K' is already mapped to :Map