Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay Issue with Menu Loading #93

Open
pablosales-uniovi opened this issue Jul 5, 2024 · 1 comment
Open

Delay Issue with Menu Loading #93

pablosales-uniovi opened this issue Jul 5, 2024 · 1 comment

Comments

@pablosales-uniovi
Copy link

pablosales-uniovi commented Jul 5, 2024

          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.

@pablosales-uniovi pablosales-uniovi changed the title Delay of menu ap Delay Issue with Menu Loading Jul 5, 2024
@stevenguh
Copy link
Member

Prefacing that I do not use neovim, so I am not super useful.

If you don't even see the quick pick for key input, there's probably something in your neovim setting that's waiting for next input?

Also considering posting your settings? So others may able to take a look,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants