We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1
1 parent fdb4122 commit 959f8c3Copy full SHA for 959f8c3
lua/lazy/health.lua
@@ -84,7 +84,7 @@ function M.check_override(plugin)
84
end
85
86
local Handler = require("lazy.core.handler")
87
- local skip = { "dependencies", "_", "opts" }
+ local skip = { "dependencies", "_", "opts", 1 }
88
vim.list_extend(skip, vim.tbl_values(Handler.types))
89
90
for key, value in pairs(plugin._.super) do
0 commit comments