-
-
Notifications
You must be signed in to change notification settings - Fork 837
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
Nil Search Results for Telescope live_grep #967
Comments
Good news! I could reproduce the bug in an arch container (neovim 0.5.0 is mainstream there so easier to install). Do you have a big repo? it seems like it only shows when receiving big inputs. I've ran |
It's not a big repo. The Go project only has |
This issue also happens if you change the ripgrep command from So basically does this happen with the config you provided and |
@Conni2461 Issue surfaces with config provided( |
I got the same error when I removed Is there any way to remove column no from live grep ? |
This also happens if there's a nonexisting directory in the list. E.g.:
(and then type a character). Where of course in real life, |
This issue is fixed for quite some time. Closing |
Description
I'm working inside a Go project where I tried to do a live_grep for a keyword which shows invalid results. However the term does yields results in
rg
from the terminal.When typing the search term,
nvim
shows me the following error:Expected Behavior
Expect valid search hits for the term I'm looking for.
Actual Behavior
When searching for something, I get
nil:nil:nil:nil
results.Details
Reproduce
nil:nil:nil:nil
resultsEnvironment
1dd6f8408b6e3334ddba695a7c4e0fd500f9bff6
Configuration
The text was updated successfully, but these errors were encountered: