mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +00:00
fix(loader): fixed event check in reload. Fixes #1124
This commit is contained in:
parent
f73986546c
commit
cdfa788881
2 changed files with 5 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
---@field build? string|fun(self:LazyPlugin)|(string|fun(self:LazyPlugin))[]
|
||||
---@field opts? PluginOpts
|
||||
|
||||
---@class LazyPluginHandlers: {[string]: any}
|
||||
---@class LazyPluginHandlers
|
||||
---@field event? table<string,LazyEvent>
|
||||
---@field ft? table<string,LazyEvent>
|
||||
---@field keys? table<string,LazyKeys>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue