diff options
Diffstat (limited to 'ar/.config/TheSiahxyz/lua')
| -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 |
