From bce474ab98530ab2f9fd3dd767d3fa6a8471126b Mon Sep 17 00:00:00 2001 From: Sergey Alexandrov Date: Wed, 17 Jan 2024 12:19:05 +0100 Subject: [PATCH] fix(health): false warning when checking plugins configured with 'submodules' key (#1174) --- lua/lazy/health.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazy/health.lua b/lua/lazy/health.lua index 929092d..89feabe 100644 --- a/lua/lazy/health.lua +++ b/lua/lazy/health.lua @@ -131,6 +131,7 @@ M.valid = { "opts", "pin", "priority", + "submodules", "tag", "url", "version",