Skip to content

Delay Issue with Menu Loading #93

@pablomsales

Description

@pablomsales
          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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions