mirror of https://github.com/folke/lazy.nvim.git
fix(health): add new key `priority` to `:checkhealth lazy` (#196)
This commit is contained in:
parent
9ab61b3479
commit
dc03fa1ae5
|
@ -44,6 +44,7 @@ function M.check()
|
|||
"keys",
|
||||
"ft",
|
||||
"dir",
|
||||
"priority",
|
||||
"_",
|
||||
}
|
||||
for _, plugin in pairs(Config.plugins) do
|
||||
|
|
Loading…
Reference in New Issue