mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
fix(health): add new key priority
to :checkhealth lazy
(#196)
This commit is contained in:
parent
9ab61b3479
commit
dc03fa1ae5
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