From e7622b78f6addaeb93debf43041235c16fc74a57 Mon Sep 17 00:00:00 2001 From: Andy Dirnberger Date: Mon, 20 Mar 2023 03:02:24 -0400 Subject: [PATCH] fix(health): add `main` key (#679) --- lua/lazy/health.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazy/health.lua b/lua/lazy/health.lua index f8e691e..83096c0 100644 --- a/lua/lazy/health.lua +++ b/lua/lazy/health.lua @@ -114,6 +114,7 @@ M.valid = { "init", "keys", "lazy", + "main", "module", "name", "opts",