mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix!: run init()
before loading start plugins. Fixes #107
This commit is contained in:
parent
fb8287c73d
commit
2756a6f756
3 changed files with 35 additions and 35 deletions
|
@ -18,7 +18,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 config? fun(LazyPlugin)|true|table Will be executed when loading the plugin
|
||||
---@field build? string|fun(LazyPlugin)
|
||||
|
||||
---@class LazyPluginHandlers: table<LazyHandlerTypes, string|string[]>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue