You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If a mapping under keys uses nowait, the "placeholder" mapping should also probably use nowait. Currently the "placeholder" mapping will act as if nowait=false.
Did you check the docs?
Is your feature request related to a problem? Please describe.
If a mapping under
keys
usesnowait
, the "placeholder" mapping should also probably usenowait
. Currently the "placeholder" mapping will act as if nowait=false.Describe the solution you'd like
Add
nowait
to this line here:lazy.nvim/lua/lazy/core/handler/keys.lua
Line 81 in 8077428
Describe alternatives you've considered
Setting the mapping via
vim.keymap.set
instead ofkeys
table. While it certainly avoids the issue, now the plugin doesn't lazy load.Additional context
No response
The text was updated successfully, but these errors were encountered: