From bed9726930939818c84457cf1ec08027d098c338 Mon Sep 17 00:00:00 2001 From: Samuel O'Neal Date: Tue, 17 Feb 2026 13:49:26 -0700 Subject: [PATCH] Added shellcheck to linters --- lua/plugins/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index f4c2383..6736f24 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -42,6 +42,7 @@ return { "eslint_d", "markdownlint", "hadolint", + "shellcheck", -- Formatters "gofumpt", "goimports",