mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 17:34:34 +02:00
fix(config): add some extra LazyVim keys to lazy health
This commit is contained in:
parent
e0c67f6776
commit
76033c6aa9
1 changed files with 7 additions and 0 deletions
|
@ -191,6 +191,13 @@ function M.setup(opts)
|
||||||
vim.cmd([[Lazy! load all]])
|
vim.cmd([[Lazy! load all]])
|
||||||
vim.cmd([[checkhealth]])
|
vim.cmd([[checkhealth]])
|
||||||
end, { desc = "Load all plugins and run :checkhealth" })
|
end, { desc = "Load all plugins and run :checkhealth" })
|
||||||
|
|
||||||
|
local health = require("lazy.health")
|
||||||
|
vim.list_extend(health.valid, {
|
||||||
|
"recommended",
|
||||||
|
"desc",
|
||||||
|
"vscode",
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue