refactor: moved plugin handler types to plugin

This commit is contained in:
Folke Lemaitre 2022-12-06 10:36:31 +01:00
parent be509c01f9
commit 0393e524e5
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 11 additions and 11 deletions

View file

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