Skip to content

Commit

Permalink
fix(docker): missing list_insert_unique breaking change (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuuurino committed Jan 19, 2024
1 parent b9292e9 commit d823921
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lua/astrocommunity/pack/docker/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ return {
"williamboman/mason-lspconfig.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed = require("astrocore").list_insert_unique(
opts.ensure_installed,
{ "docker_compose_language_service", "dockerls" }
)
opts.ensure_installed =
require("astrocore").list_insert_unique(opts.ensure_installed, "docker_compose_language_service", "dockerls")
end,
},
{
Expand Down

0 comments on commit d823921

Please sign in to comment.