-
Notifications
You must be signed in to change notification settings - Fork 44
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
Problems with cursor highlight #27
Comments
Yes, I'm noticing the same issue with certain colorschemes. No idea about the cause, we simply use the |
I have a similar problem with neovim-ayu (light mode). I dug in and that theme doesn't set |
Oh, that explains it. Of course themes should define |
Then it sounds like the bug is in the themes, not leap? (And BTW, the issue is now fixed for neovim-ayu :) ) |
Well, yeah, it don't think it's our responsibility to define fallback settings, and to do checks in the first place - |
I was tricked by this was well. It seems to me the default theme of Neovim has not defined |
Easy fix that worked for me was
|
Update nightly nvim (and leap), f1f19fc should have fixed the issue, no need for workarounds. |
👋🏼,
Before mentioning anything I just want to give you a huge thank you @ggandor. I've been using this plugin and
lightspeed
on a daily basis for a long time and they are essential to my tool kit.I noted today that I sometimes lost track on here my cursor was when searching with
leap.nvim
. After some exploration I found that it was due to poor highlighting whenleap.nvim
automatically jumps to the closes match, and before inputting a label.I think the following two screenshots explains it better than any words:
As you can see in ☝🏼 there's a huge difference in how visible the cursor is. I would like the cursor to have the same
highlight
.Just ping me if I need to provide any more information 🙏🏼
The text was updated successfully, but these errors were encountered: