diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-26 11:46:04 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-26 11:46:04 +0900 |
| commit | 2ab2c7b0f8f9cf3e6613d2a2a1cf19cc4a69f8d6 (patch) | |
| tree | 24abce5300893d7c2071771a4d7a16742b19435e /ar/.config | |
| parent | fca99ba8d92595e4e2bba895ff9d620338cae56a (diff) | |
modified plugins/lsp.lua
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua | 7 |
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 |
