Skip to content

Commit

Permalink
fix(types): fix incorrect LuaLS types (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucario387 committed Mar 7, 2024
1 parent aedcd79 commit 5aea4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5aea4e7

Please sign in to comment.