Skip to content

Compatibility with vscode-neovim #60

Description

@ManuelHentschel

Really nice extension, thanks a lot for the great work!

I'm using this together with vscode-neovim and the auto-updating to follow the cursor is not working as expected. I think this is due to the fact that the corresponding TextEditorSelectionChangeEvent checked here either has type Command (e.g. when using h, j, k, l) or undefined (e.g. when using ctrl+o, ctrl+i).

Would it be feasible to skip the check of e.kind, either by default or if some option is set? I did a quick test where I commented out the entire if-block and everything seemed to work as expected. If you agree, I can prepare a PR.

Thanks for considering!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions