Skip to content

Commit

Permalink
fix(health): allow overriding 1
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 18, 2023
1 parent fdb4122 commit 959f8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function M.check_override(plugin)
end

local Handler = require("lazy.core.handler")
local skip = { "dependencies", "_", "opts" }
local skip = { "dependencies", "_", "opts", 1 }
vim.list_extend(skip, vim.tbl_values(Handler.types))

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

0 comments on commit 959f8c3

Please sign in to comment.