mirror of https://github.com/folke/lazy.nvim.git
fix(health): dont warn on submodules. Fixes #1174
This commit is contained in:
parent
3e0c0a05bd
commit
1b3df6c007
|
@ -131,6 +131,7 @@ M.valid = {
|
||||||
"opts",
|
"opts",
|
||||||
"pin",
|
"pin",
|
||||||
"priority",
|
"priority",
|
||||||
|
"submodules",
|
||||||
"tag",
|
"tag",
|
||||||
"url",
|
"url",
|
||||||
"version",
|
"version",
|
||||||
|
|
Loading…
Reference in New Issue