mirror of https://github.com/folke/lazy.nvim.git
fix(health): false warning when checking plugins configured with 'optional' key (#897)
This commit is contained in:
parent
b7043f2983
commit
24803fcbe3
|
@ -127,6 +127,7 @@ M.valid = {
|
||||||
"main",
|
"main",
|
||||||
"module",
|
"module",
|
||||||
"name",
|
"name",
|
||||||
|
"optional",
|
||||||
"opts",
|
"opts",
|
||||||
"pin",
|
"pin",
|
||||||
"priority",
|
"priority",
|
||||||
|
|
Loading…
Reference in New Issue