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
commit5a911624cd72bbc32baa8d493ae3807d4edc2ce2 (patch)
tree3fe63be6ef53df83fddc02f6821756bc411b9d9a /ar/.config/TheSiahxyz
parent09c11787f8af33c450f0dea629b3b86ca53b1104 (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