fix(keys): fixed keys types. rhs can be `false`

This commit is contained in:
Folke Lemaitre 2023-02-14 12:19:49 +01:00
parent 8aa90c3423
commit 6a18404b7d
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -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