We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8077428 commit 1657ae9Copy full SHA for 1657ae9
lua/lazy/core/handler/keys.lua
@@ -79,6 +79,7 @@ function M:_add(keys)
79
vim.api.nvim_feedkeys(feed, "i", false)
80
end, {
81
desc = opts.desc,
82
+ nowait = opts.nowait,
83
-- we do not return anything, but this is still needed to make operator pending mappings work
84
expr = true,
85
})
0 commit comments