mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
Add new key priority
to :checkhealth lazy
This commit is contained in:
parent
9ab61b3479
commit
adf47f5d82
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue