Skip to content

Commit 959f8c3

Browse files
committed
fix(health): allow overriding 1
1 parent fdb4122 commit 959f8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/health.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function M.check_override(plugin)
8484
end
8585

8686
local Handler = require("lazy.core.handler")
87-
local skip = { "dependencies", "_", "opts" }
87+
local skip = { "dependencies", "_", "opts", 1 }
8888
vim.list_extend(skip, vim.tbl_values(Handler.types))
8989

9090
for key, value in pairs(plugin._.super) do

0 commit comments

Comments
 (0)