Skip to content

Commit 1657ae9

Browse files
committed
fix(keys): set nowait for lazy keymaps when needed. Fixes #600
1 parent 8077428 commit 1657ae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/lazy/core/handler/keys.lua

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ function M:_add(keys)
7979
vim.api.nvim_feedkeys(feed, "i", false)
8080
end, {
8181
desc = opts.desc,
82+
nowait = opts.nowait,
8283
-- we do not return anything, but this is still needed to make operator pending mappings work
8384
expr = true,
8485
})

0 commit comments

Comments
 (0)