There was an error while loading. Please reload this page.
1 parent a2b2234 commit c6beea9Copy full SHA for c6beea9
1 file changed
lua/astrocommunity/pack/docker/init.lua
@@ -34,7 +34,7 @@ return {
34
optional = true,
35
opts = function(_, opts)
36
opts.ensure_installed =
37
- require("astrocore").list_insert_unique(opts.ensure_installed, { "docker-language-server", "hadolint" })
+ require("astrocore").list_insert_unique(opts.ensure_installed, { "dockerls", "hadolint" })
38
end,
39
},
40
{
0 commit comments