-
-
Notifications
You must be signed in to change notification settings - Fork 838
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
Grep not working #506
Comments
Do you have |
Is there a way to live grep without installing external dependencies? |
@SuperCuber It might be possible to to use grep you just need to end up with a line that we can interpret. Our regex: telescope.nvim/lua/telescope/make_entry.lua Line 165 in b3d3d93
Example:
Just change your If you have something please let me know we could put something like this in the wiki :) |
I have the same problem, but only when I switch a different Anaconda environment. On my |
@robbycostales Does ripgrep in terminal returns something in that different anaconda env? |
Yes, the command was not found in my new environment (but worked in my base env), so I used |
I have
|
Can i get the whole error message. |
@Conni2461 my bad didn't have Is
|
Only if you are using fzf-writer |
Maybe ripgrep should be listed under non-optional dependencies considering that a builtin picker is using it. |
I would favor generating a vim help page for the plugin and then separating the README. The README is already far too long. Disclaimer: I wrote the Troubleshooting article in the wiki. |
Can it use the vim internal grep such as vimgrep? |
For those who need to install ripgrep: https://github.com/BurntSushi/ripgrep#installation |
you can also install ripgrep by |
It worked for me, thank you! |
worked for me. Thanks a bunch man |
I'm getting the same behavior from the grep window but without the error message. (I have ripgrep installed and working) |
Config
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
Description
Grep not working
Expected Behavior
Actual Behavior
Nothing shows in the preview screen. A Lua error shows up
[telescope] ^I...ig/nvim/plugged/telescope.nvim/lua/telescope/pickers.lua:451: in function <...ig/nvim/plugged/telescope.nvim/lua/telescope/pickers.lua:413>
Details
Reproduce
Example:
NVIM v0.5.0-dev+1064-gb96db38af
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Linux Ubuntu
Configuration
The text was updated successfully, but these errors were encountered: