mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 21:36:45 +00:00
fix(keys): fixed keys types. rhs can be false
This commit is contained in:
parent
8aa90c3423
commit
6a18404b7d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ local Loader = require("lazy.core.loader")
|
||||||
|
|
||||||
---@class LazyKeys
|
---@class LazyKeys
|
||||||
---@field [1] string lhs
|
---@field [1] string lhs
|
||||||
---@field [2]? string|fun() rhs
|
---@field [2]? string|fun()|false rhs
|
||||||
---@field desc? string
|
---@field desc? string
|
||||||
---@field mode? string|string[]
|
---@field mode? string|string[]
|
||||||
---@field noremap? boolean
|
---@field noremap? boolean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue