mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
perf(plugin): cache lazy handler values
This commit is contained in:
parent
2f169e74d4
commit
c1b9887373
1 changed files with 2 additions and 1 deletions
|
@ -594,7 +594,8 @@ function M.has_errors(plugin)
|
||||||
return false
|
return false
|
||||||
end
|
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
|
-- Used for opts, cmd, event, ft and keys
|
||||||
---@param plugin LazyPlugin
|
---@param plugin LazyPlugin
|
||||||
---@param prop string
|
---@param prop string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue