Skip to content

Commit 6a18404

Browse files
committed
fix(keys): fixed keys types. rhs can be false
1 parent 8aa90c3 commit 6a18404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/core/handler/keys.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local Loader = require("lazy.core.loader")
33

44
---@class LazyKeys
55
---@field [1] string lhs
6-
---@field [2]? string|fun() rhs
6+
---@field [2]? string|fun()|false rhs
77
---@field desc? string
88
---@field mode? string|string[]
99
---@field noremap? boolean

0 commit comments

Comments
 (0)