mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-05 07:27:34 +00:00
fix(types): fix incorrect LuaLS types (#1339)
This commit is contained in:
parent
aedcd79811
commit
5aea4e7021
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
---@field event? string[]|string|LazyEventSpec[]|fun(self:LazyPlugin, event:string[]):string[]
|
||||
---@field cmd? string[]|string|fun(self:LazyPlugin, cmd:string[]):string[]
|
||||
---@field ft? string[]|string|fun(self:LazyPlugin, ft:string[]):string[]
|
||||
---@field keys? string|string[]|LazyKeysSpec[]|fun(self:LazyPlugin, keys:string[]):(string|LazyKeys)[]
|
||||
---@field keys? string|string[]|LazyKeysSpec[]|fun(self:LazyPlugin, keys:string[]):((string|LazyKeys)[])
|
||||
---@field module? false
|
||||
|
||||
---@class LazyPluginSpec: LazyPluginBase,LazyPluginSpecHandlers,LazyPluginHooks,LazyPluginRef
|
||||
|
|
Loading…
Add table
Reference in a new issue