mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
parent
142e6bec20
commit
b97ccb9e73
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ return {
|
||||||
"mason.nvim",
|
"mason.nvim",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.ensure_installed = opts.ensure_installed or {}
|
opts.ensure_installed = opts.ensure_installed or {}
|
||||||
vim.list_extend(opts.ensure_installed, { "cmakelint" })
|
vim.list_extend(opts.ensure_installed, { "cmakelang" })
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue