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
However, I could not find the way to obtain the character under the cursor efficiently (Note: RPC is slow). So currently neovim-component stupidly inverts the color under the cursor.
see http://vim.wikia.com/wiki/Configuring_the_cursor
NeovimCursor
should store the char under the cursor to redraw it correctly. It can avoid the ugly anti-aliasing issue as well.The text was updated successfully, but these errors were encountered: