From de84fed2111424be87b4d523e3822f875b501e7e Mon Sep 17 00:00:00 2001 From: Mayrixon Date: Mon, 26 Jun 2023 01:43:07 +0100 Subject: [PATCH] fix(health): false warning when checking plugins configured with 'optional' key --- lua/lazy/health.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazy/health.lua b/lua/lazy/health.lua index f0ccb22d..8fc6e95c 100644 --- a/lua/lazy/health.lua +++ b/lua/lazy/health.lua @@ -127,6 +127,7 @@ M.valid = { "main", "module", "name", + "optional", "opts", "pin", "priority",