-
-
Notifications
You must be signed in to change notification settings - Fork 855
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
[live_grep] no highlights in results window for a regex query #1708
Comments
Highlighting in the results window is actually performed by a fzy sorter. Essentially, somebody would have to pick up #1448 |
Thanks. Btw, I installed fzf extension as the sorter. I know that Should I try telescope-rg.nvim? |
Ah, I was too brief. The fzy sorter for highlighting pretty much only gets the offsets of matched prompts for highlighting but does not perform any sorting per se.
I think the author originally planned on picking up the PR but never came around. That's why I mentioned somebody has to pick it up :) in the long run, in open source people ideally implement the features they want to see implemented (or generally have fun implementing stuff, of course). |
Thank you @fdschmidt93 so much for your clear explanation. On more question (or issue) here still for @fdschmidt93 I am not sure whether this problem is related to this issue, do I need to open another issue? Thank you very much. |
It's pretty much the same issue. If we got our highlighting from |
Okay, I got it. Thanks. |
Is there any progress? 👀 |
Yes there is progress here. One of our team members made a wip pr #2536 I hope we can finish this one soon |
Description
In
live_grep
, when I type a regex string as query after the prompt, no highlight for the matching in the results window.Neovim version
Operating system and version
macOS 12.1 (the latest)
checkhealth telescope
Steps to reproduce
live_grep
Expected behavior
All the matching should be highlighted as well when the query is regex.
Actual behavior
However, if I type a normal string as a query, all the matching will be highlighted
Minimal config
The default config.
The text was updated successfully, but these errors were encountered: