Skip to content

Commit

Permalink
fix(pack): fixed docker pack (#195)
Browse files Browse the repository at this point in the history
fix: fixed docker pack
  • Loading branch information
Souravpakhira authored May 10, 2023
1 parent c14bbc1 commit 06fcc36
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lua/astrocommunity/pack/docker/docker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ return {
{
"williamboman/mason-lspconfig.nvim",
opts = function(_, opts)
opts.ensure_installed = utils.list_insert_unique(
opts.ensure_installed,
{ "docker-compose-language-service", "dockerfile-language-server" }
)
opts.ensure_installed =
utils.list_insert_unique(opts.ensure_installed, { "docker_compose_language_service", "dockerls" })
end,
},
{
Expand Down

0 comments on commit 06fcc36

Please sign in to comment.