mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
fix(health): allow overriding 1
This commit is contained in:
parent
fdb41229ca
commit
959f8c36bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue