-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
In addition to Marco's findings, the follow binding In your `vim.normalModeKeyBindingsNonRecursive` probably cause the slowness, because vim is looking for additional input "%"
{
"before": [
"<space>",
"%"
],
"commands": [
"editor.emmet.action.matchTag"
]
}
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.
Metadata
Metadata
Assignees
Labels
No labels