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

Compatibility with vscode-neovim #60

Open
ManuelHentschel opened this issue Oct 27, 2024 · 0 comments
Open

Compatibility with vscode-neovim #60

ManuelHentschel opened this issue Oct 27, 2024 · 0 comments

Comments

@ManuelHentschel
Copy link

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!

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

1 participant