mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
fix(types): extended keys type for LazySpec
This commit is contained in:
parent
b5b2ab6b6c
commit
792a05d0ca
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ local M = {}
|
|||
---@field event? string[]
|
||||
---@field cmd? string[]
|
||||
---@field ft? string[]
|
||||
---@field keys? string[]
|
||||
---@field keys? string[]|{mode:string|string[],[number]:string}[]
|
||||
---@field module? false
|
||||
|
||||
---@class LazyPluginRef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue