From: Stefan Huber Date: Sat, 20 Jul 2024 11:11:37 +0000 (+0200) Subject: lint: Add shellcheck X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=34c345debc251d560fc40ecf9778c4f2bfc3cb92;p=vimconf.git lint: Add shellcheck --- diff --git a/plugins-full.vim.example b/plugins-full.vim.example index a9ad6c4..b53c356 100644 --- a/plugins-full.vim.example +++ b/plugins-full.vim.example @@ -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