We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
false
1 parent 208f91b commit 870af80Copy full SHA for 870af80
lua/lazy/core/handler/keys.lua
@@ -76,7 +76,7 @@ function M:values(plugin)
76
---@diagnostic disable-next-line: no-unknown
77
for _, value in ipairs(plugin[self.type] or {}) do
78
local keys = M.parse(value)
79
- if keys[2] == vim.NIL then
+ if keys[2] == vim.NIL or keys[2] == false then
80
values[keys.id] = nil
81
else
82
values[keys.id] = keys
0 commit comments