Skip to content

Commit a2b2234

Browse files
committed
--wip--
1 parent bbb48fb commit a2b2234

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/astrocommunity/pack/docker/init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ return {
1919
"williamboman/mason-lspconfig.nvim",
2020
optional = true,
2121
opts = function(_, opts)
22-
opts.ensure_installed =
23-
require("astrocore").list_insert_unique(opts.ensure_installed, { "dockerls" })
22+
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "dockerls" })
2423
end,
2524
},
2625
{

0 commit comments

Comments
 (0)