We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb48fb commit a2b2234Copy full SHA for a2b2234
lua/astrocommunity/pack/docker/init.lua
@@ -19,8 +19,7 @@ return {
19
"williamboman/mason-lspconfig.nvim",
20
optional = true,
21
opts = function(_, opts)
22
- opts.ensure_installed =
23
- require("astrocore").list_insert_unique(opts.ensure_installed, { "dockerls" })
+ opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "dockerls" })
24
end,
25
},
26
{
0 commit comments