summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-26 11:46:04 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-26 11:46:04 +0900
commit2ab2c7b0f8f9cf3e6613d2a2a1cf19cc4a69f8d6 (patch)
tree24abce5300893d7c2071771a4d7a16742b19435e /ar/.config/TheSiahxyz
parentfca99ba8d92595e4e2bba895ff9d620338cae56a (diff)
modified plugins/lsp.lua
Diffstat (limited to 'ar/.config/TheSiahxyz')
-rw-r--r--ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua7
1 files changed, 6 insertions, 1 deletions
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