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

Cursor doesn't respect highlight Cursor setting #31

Open
haifengkao opened this issue Jul 29, 2016 · 1 comment
Open

Cursor doesn't respect highlight Cursor setting #31

haifengkao opened this issue Jul 29, 2016 · 1 comment

Comments

@haifengkao
Copy link

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.

@rhysd
Copy link
Owner

rhysd commented Jul 29, 2016

NeovimCursor should store the char under the cursor to redraw it correctly. It can avoid the ugly anti-aliasing issue as well.

Yes, as you said, it's the best that NeovimCursor contains the character under the cursor. It was discussed once in NyaoVim issue.

rhysd/NyaoVim#16

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants