Do not highlight the type annotations when navigating with vim extension.
tlietz opened this issue · 2 comments
tlietz commented
When navigating the cursor through the type annotations with the vscode vim extension, it skips the character directly to the right of the type annotations:
Screen.Recording.2022-04-09.at.12.14.49.PM.mov
Is this something that can be dealt with in vscode-rust, or is it a problem for the vim extension?
lnicola commented
Out of curiosity, can you try with https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer? I don't think it will help, but this extension is currently unmaintained, so it's worth trying its replacement.
tlietz commented
Oops, turns out I was using rust-analyzer the entire time.