We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1e083 commit acd6697Copy full SHA for acd6697
lua/lazy/view/commands.lua
@@ -56,7 +56,7 @@ M.commands = {
56
}
57
58
function M.complete(cmd, prefix)
59
- if not ViewConfig.commands[cmd].plugins then
+ if not (ViewConfig.commands[cmd] or {}).plugins then
60
return
61
end
62
---@type string[]
0 commit comments