mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat!: renamed Plugin.run => Plugin.build
This commit is contained in:
parent
ec4199bada
commit
042aaa4f87
4 changed files with 15 additions and 13 deletions
|
@ -8,7 +8,7 @@ local M = {}
|
|||
---@class LazyPluginHooks
|
||||
---@field init? fun(LazyPlugin) Will always be run
|
||||
---@field config? fun(LazyPlugin) Will be executed when loading the plugin
|
||||
---@field run? string|fun()
|
||||
---@field build? string|fun(LazyPlugin)
|
||||
|
||||
---@class LazyPluginState
|
||||
---@field loaded? {[string]:string, time:number}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue