Skip to content

Commit

Permalink
fix(mason-tool-installer-nvim): initialize an empty `ensure_installed…
Browse files Browse the repository at this point in the history
…` table
  • Loading branch information
mehalter committed May 1, 2024
1 parent e375a0e commit a2c1002
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ return {
cmd = { "MasonToolsInstall", "MasonToolsUpdate", "MasonToolsClean" },
dependencies = { "williamboman/mason.nvim" },
init = function(plugin) require("astrocore").on_load("mason.nvim", plugin.name) end,
opts = { ensure_installed = {} },
config = function(_, opts)
-- integrate other installer plugins into mason-tool-installer
if not opts.ensure_installed then opts.ensure_installed = {} end
Expand Down

0 comments on commit a2c1002

Please sign in to comment.