mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
feat(plugin): keep track of the module a spec fragment was defined in
This commit is contained in:
parent
8b73492249
commit
8eb8de29af
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
---@field dep? boolean True if this plugin is only in the spec as a dependency
|
||||
---@field cond? boolean
|
||||
---@field super? LazyPlugin
|
||||
---@field module? string
|
||||
|
||||
---@alias PluginOpts table|fun(self:LazyPlugin, opts:table):table?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue