mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
feat(build): build can now be a list to execute multiple build commands. Fixes #143
This commit is contained in:
parent
593d6e400b
commit
9110371120
3 changed files with 42 additions and 42 deletions
|
@ -19,7 +19,7 @@ local M = {}
|
|||
---@class LazyPluginHooks
|
||||
---@field init? fun(LazyPlugin) Will always be run
|
||||
---@field config? fun(LazyPlugin)|true|table Will be executed when loading the plugin
|
||||
---@field build? string|fun(LazyPlugin)
|
||||
---@field build? string|fun(LazyPlugin)|(string|fun(LazyPlugin))[]
|
||||
|
||||
---@class LazyPluginHandlers: table<LazyHandlerTypes, string|string[]>
|
||||
---@field event? string[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue