mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-13 18:35:49 +00:00
fix(types): add optional return value for LazyKeysSpec
rhs
This commit is contained in:
parent
e5e9bf4821
commit
28bd8c0824
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ local Util = require("lazy.core.util")
|
||||||
|
|
||||||
---@class LazyKeysSpec: LazyKeysBase
|
---@class LazyKeysSpec: LazyKeysBase
|
||||||
---@field [1] string lhs
|
---@field [1] string lhs
|
||||||
---@field [2]? string|fun()|false rhs
|
---@field [2]? string|fun():string?|false rhs
|
||||||
---@field mode? string|string[]
|
---@field mode? string|string[]
|
||||||
|
|
||||||
---@class LazyKeys: LazyKeysBase
|
---@class LazyKeys: LazyKeysBase
|
||||||
|
|
Loading…
Add table
Reference in a new issue