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