mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +00:00
feat(event): added support for structured events (see readme on event)
This commit is contained in:
parent
73fbf5ccab
commit
303a3ed6a8
3 changed files with 82 additions and 61 deletions
|
@ -29,7 +29,7 @@
|
|||
---@field opts? PluginOpts
|
||||
|
||||
---@class LazyPluginHandlers
|
||||
---@field event? string[]
|
||||
---@field event? LazyEventSpec[]
|
||||
---@field cmd? string[]
|
||||
---@field ft? string[]
|
||||
---@field keys? (string|LazyKeysSpec)[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue