Skip to content

Commit

Permalink
fix(mason-tool-installer-nvim): add missing user commands for lazy lo…
Browse files Browse the repository at this point in the history
…ading
  • Loading branch information
mehalter committed May 12, 2024
1 parent a6e6bbb commit add4111
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ end
return {
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
cmd = { "MasonToolsInstall", "MasonToolsUpdate", "MasonToolsClean" },
cmd = {
"MasonToolsInstall",
"MasonToolsInstallSync",
"MasonToolsUpdate",
"MasonToolsUpdateSync",
"MasonToolsClean",
},
dependencies = { "williamboman/mason.nvim" },
init = function(plugin) require("astrocore").on_load("mason.nvim", plugin.name) end,
opts = { ensure_installed = {} },
Expand Down

0 comments on commit add4111

Please sign in to comment.