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

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