mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
fix(health): add cond
key (#203)
This commit is contained in:
parent
acd6697d88
commit
b813fae61c
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ function M.check()
|
||||||
"ft",
|
"ft",
|
||||||
"dir",
|
"dir",
|
||||||
"priority",
|
"priority",
|
||||||
|
"cond",
|
||||||
"_",
|
"_",
|
||||||
}
|
}
|
||||||
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