From 34c345debc251d560fc40ecf9778c4f2bfc3cb92 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sat, 20 Jul 2024 13:11:37 +0200 Subject: [PATCH] lint: Add shellcheck --- plugins-full.vim.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5