feat!: renamed Plugin.run => Plugin.build

This commit is contained in:
Folke Lemaitre 2022-12-01 07:43:28 +01:00
parent ec4199bada
commit 042aaa4f87
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 15 additions and 13 deletions

View file

@ -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}