mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
refactor: moved plugin handler types to plugin
This commit is contained in:
parent
be509c01f9
commit
0393e524e5
2 changed files with 11 additions and 11 deletions
|
@ -1,11 +1,5 @@
|
|||
local Config = require("lazy.core.config")
|
||||
|
||||
---@class LazyPluginHandlers: table<LazyHandlerTypes, string|string[]>
|
||||
---@field event? string|string[]
|
||||
---@field cmd? string|string[]
|
||||
---@field ft? string|string[]
|
||||
---@field keys? string|string[]
|
||||
|
||||
---@class LazyHandler
|
||||
---@field type LazyHandlerTypes
|
||||
---@field extends? LazyHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue