mirror of https://github.com/folke/lazy.nvim.git
fix(keys): fixed keys types. rhs can be `false`
This commit is contained in:
parent
8aa90c3423
commit
6a18404b7d
|
@ -3,7 +3,7 @@ local Loader = require("lazy.core.loader")
|
|||
|
||||
---@class LazyKeys
|
||||
---@field [1] string lhs
|
||||
---@field [2]? string|fun() rhs
|
||||
---@field [2]? string|fun()|false rhs
|
||||
---@field desc? string
|
||||
---@field mode? string|string[]
|
||||
---@field noremap? boolean
|
||||
|
|
Loading…
Reference in New Issue