We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f169e7 commit c1b9887Copy full SHA for c1b9887
lua/lazy/core/plugin.lua
@@ -594,7 +594,8 @@ function M.has_errors(plugin)
594
return false
595
end
596
597
--- 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.
598
+-- Values are cached for performance.
599
-- Used for opts, cmd, event, ft and keys
600
---@param plugin LazyPlugin
601
---@param prop string
0 commit comments