fix: meson.nvim override typo
This commit is contained in:
parent
45f3a0e32d
commit
be5fe4ea62
@ -31,7 +31,7 @@ local options = {
|
|||||||
max_concurrent_installers = 10,
|
max_concurrent_installers = 10,
|
||||||
}
|
}
|
||||||
|
|
||||||
options = require("core.utils").load_override(options, "williamboman/mason")
|
options = require("core.utils").load_override(options, "williamboman/mason.nvim")
|
||||||
|
|
||||||
vim.api.nvim_create_user_command("MasonInstallAll", function()
|
vim.api.nvim_create_user_command("MasonInstallAll", function()
|
||||||
vim.cmd("MasonInstall " .. table.concat(options.ensure_installed, " "))
|
vim.cmd("MasonInstall " .. table.concat(options.ensure_installed, " "))
|
||||||
|
Loading…
Reference in New Issue
Block a user