mirror of https://github.com/folke/lazy.nvim.git
fix(health): allow overriding `1`
This commit is contained in:
parent
fdb41229ca
commit
959f8c36bc
|
@ -84,7 +84,7 @@ function M.check_override(plugin)
|
||||||
end
|
end
|
||||||
|
|
||||||
local Handler = require("lazy.core.handler")
|
local Handler = require("lazy.core.handler")
|
||||||
local skip = { "dependencies", "_", "opts" }
|
local skip = { "dependencies", "_", "opts", 1 }
|
||||||
vim.list_extend(skip, vim.tbl_values(Handler.types))
|
vim.list_extend(skip, vim.tbl_values(Handler.types))
|
||||||
|
|
||||||
for key, value in pairs(plugin._.super) do
|
for key, value in pairs(plugin._.super) do
|
||||||
|
|
Loading…
Reference in New Issue