mirror of https://github.com/folke/lazy.nvim.git
perf(plugin): cache lazy handler values
This commit is contained in:
parent
2f169e74d4
commit
c1b9887373
|
@ -594,7 +594,8 @@ function M.has_errors(plugin)
|
|||
return false
|
||||
end
|
||||
|
||||
-- Merges super values or runs the values function to override values or return new ones
|
||||
-- Merges super values or runs the values function to override values or return new ones.
|
||||
-- Values are cached for performance.
|
||||
-- Used for opts, cmd, event, ft and keys
|
||||
---@param plugin LazyPlugin
|
||||
---@param prop string
|
||||
|
|
Loading…
Reference in New Issue