-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
fix: fzf-lua invisible selection #299
fix: fzf-lua invisible selection #299
Conversation
…e-selection' into fix-fzflua-invisible-selection
This works the same as the original fix, confirmed by testing against nvim 0.10.0 and nightly. Prefer linking over previous solution.
hey ! thanks for the awesome work ! in case the maintainer doesnt look at the update on the issue, for now this pr doesn't fix the issue, lets wait before merging it |
I installed fzf-lua, and this is what I have on If you are on the latest nightly or even try nvim stable 0.10.0... they both look exactly the same. If yours doesn't look like the above then there is something getting overridden somewhere in your config. Need to be on this commit atleast - 483983d |
update this PR is working as expected, it was a problem on my setup ! |
All good to merge it appears. |
Thanks everyone :) |
Found the offending highlight groups and corrected them. 😄
Closes #283
Result: