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
In addition to Marco's findings, the follow binding In your `vim.normalModeKeyBindingsNonRecursive` probably cause the slowness, because vim is looking for additional input "%"
I'm using the VSCode-Neovim extension and experiencing a delay issue. Specifically, when I press certain keys after "<space>", the menu shows up immediately after typing the last key. For example, if I enter "<space>%", the menu appears instantly. However, if I just enter "<space>", it takes around 1 second to load.
I've tested additional bindings, and this issue occurs with many others, including "<space>.", "<space>enter", "<space>0", "<space>+", etc.
The text was updated successfully, but these errors were encountered:
Try removing those bindings. For this one I am listing specifically, you can remove it and use the overrides to add it to menu instead of using vim's binding. See https://vspacecode.github.io/docs/menu-customization#addreplace
Originally posted by @stevenguh in #20 (comment)
Hi,
I'm using the VSCode-Neovim extension and experiencing a delay issue. Specifically, when I press certain keys after
"<space>"
, the menu shows up immediately after typing the last key. For example, if I enter"<space>%"
, the menu appears instantly. However, if I just enter"<space>"
, it takes around 1 second to load.I've tested additional bindings, and this issue occurs with many others, including
"<space>."
,"<space>enter"
,"<space>0"
,"<space>+"
, etc.The text was updated successfully, but these errors were encountered: