-
Contributing guidelines
Module(s)mini.surround Questioni'm not really sure what's wrong but since i've upgraded to v0.11 of neovim mini.surround's keybinds stopped waiting for my key chords as long as they used to and executing moderately complex surround commands (like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
it's not reproducible with just |
Beta Was this translation helpful? Give feedback.
-
worked around the issue by adding |
Beta Was this translation helpful? Give feedback.
worked around the issue by adding
vim.opt.timeout = false
following this folke/which-key.nvim#837, i also tried to increasevim.opt.timeoutlen
to 3000 instead of disabling the timeout completely but that didn't help.