We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5b03f commit 26762c9Copy full SHA for 26762c9
lua/lazy/view/render.lua
@@ -331,7 +331,7 @@ function M:reason(reason, opts)
331
value = value:match("User (.*)") or value
332
end
333
if key == "keys" then
334
- value = type(value) == "string" and value or value.lhs
+ value = type(value) == "string" and value or value.lhs or value[1]
335
336
local hl = "LazyReason" .. key:sub(1, 1):upper() .. key:sub(2)
337
local icon = Config.options.ui.icons[key]
0 commit comments