You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 typeCommand
(e.g. when usingh
,j
,k
,l
) orundefined
(e.g. when usingctrl+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!
The text was updated successfully, but these errors were encountered: