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
when I have context.vim enabled and I'm hovering over an error (which triggers coc's diagnostic window), if I attempt to go into visual mode, it is abruptly closed after attempting to move around.
This is severely degrading my workflow as I am used to visually selecting code I want to delete/change and effectively can't do it.
Note that in the above gif, I am not pressing escape to exit visual mode, it happens automatically.
When I uninstalled context.vim, this issue went away.
The text was updated successfully, but these errors were encountered:
If I disable the CursorMoved autocmd from here, this stops being an issue but then the problem is that I can move over the context contents w/ my cursor.
when I have context.vim enabled and I'm hovering over an error (which triggers coc's diagnostic window), if I attempt to go into visual mode, it is abruptly closed after attempting to move around.
This is severely degrading my workflow as I am used to visually selecting code I want to delete/change and effectively can't do it.
Note that in the above gif, I am not pressing escape to exit visual mode, it happens automatically.
When I uninstalled context.vim, this issue went away.
The text was updated successfully, but these errors were encountered: