mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/tools.lua: mason does not have a ensure_installed option.
This commit is contained in:
parent
42c486d196
commit
d77e8801f4
1 changed files with 0 additions and 5 deletions
|
|
@ -4,10 +4,5 @@ return {
|
|||
"mason-org/mason.nvim",
|
||||
build = ":MasonUpdate",
|
||||
cmd = "Mason",
|
||||
opts_extend = { "ensure_installed" },
|
||||
opts = {},
|
||||
config = function(_, opts)
|
||||
require("mason").setup(opts)
|
||||
end
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue