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",
|
"keys",
|
||||||
"ft",
|
"ft",
|
||||||
"dir",
|
"dir",
|
||||||
|
"priority",
|
||||||
"_",
|
"_",
|
||||||
}
|
}
|
||||||
for _, plugin in pairs(Config.plugins) do
|
for _, plugin in pairs(Config.plugins) do
|
||||||
|
|
Loading…
Reference in New Issue