From 2ab2c7b0f8f9cf3e6613d2a2a1cf19cc4a69f8d6 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:46:04 +0900 Subject: modified plugins/lsp.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ar/.config/TheSiahxyz') diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua index da49976..ffea284 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua @@ -138,6 +138,11 @@ return { -- }, }) end, + ["hadolint"] = function() + lspconfig.bashls.setup({ + capabilities = capabilities, + }) + end, ["harper_ls"] = function() lspconfig.harper_ls.setup({ capabilities = capabilities, @@ -253,7 +258,7 @@ return { "black", -- python formatter "debugpy", -- python debuger "eslint_d", -- eslint linter - -- "hadolint", -- docker linter + "hadolint", -- docker linter "isort", -- python formatter "java-debug-adapter", -- java debugger "java-test", -- java test -- cgit v1.2.3