mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
perf(spec): more efficient merging of specs and added Plugin._.super
This commit is contained in:
parent
6d46a3028d
commit
bce0c6e327
3 changed files with 77 additions and 59 deletions
|
@ -13,6 +13,7 @@
|
|||
---@field kind? LazyPluginKind
|
||||
---@field dep? boolean True if this plugin is only in the spec as a dependency
|
||||
---@field cond? boolean
|
||||
---@field super? LazyPlugin
|
||||
|
||||
---@class LazyPluginHooks
|
||||
---@field init? fun(LazyPlugin) Will always be run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue