Skip to content

Commit

Permalink
fix(keys): fixed keys types. rhs can be false
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Feb 14, 2023
1 parent 8aa90c3 commit 6a18404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/core/handler/keys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a18404

Please sign in to comment.