mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +00:00
feat: allow specifying module to require for plugin configs
This commit is contained in:
parent
dac844ed61
commit
184a778f8f
3 changed files with 6 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
---@class LazyPluginHooks
|
||||
---@field init? fun(self:LazyPlugin) Will always be run
|
||||
---@field deactivate? fun(self:LazyPlugin) Unload/Stop a plugin
|
||||
---@field config? fun(self:LazyPlugin, opts:table)|true Will be executed when loading the plugin
|
||||
---@field config? fun(self:LazyPlugin, opts:table)|string|true Will be executed when loading the plugin
|
||||
---@field build? string|fun(self:LazyPlugin)|(string|fun(self:LazyPlugin))[]
|
||||
---@field opts? PluginOpts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue