Closed horseinthesky closed 2 years ago
I was having this error too. Turns out I didn't RTFM and I needed to install ripgrep before the live_grep feature would work.
Yeah but as I mentioned
rg and fd are installed, they are in the $PATH and work perfectly fine.
@horseinthesky Yes, absolutely, sorry, didn't mean to imply that you hadn't RTFM either :) I only wanted to comment because I found this issue by Googling for the error message. I thought it might help other people who found the issue in the same way.
Moved to a new PC. No place to reproduce now.
Was the solution for this found? I'm running into an identical issue with both fd
and rg
installed
Description
Any attempt to run
find_file
orlive_grep
ends with an error.Neovim version
Operating system and version
Ubuntu 20.04
checkhealth telescope
Steps to reproduce
1) Load my config. 2) Press
<leader>ff
or press<leader>fg
and any letter or digitExpected behavior
no errors
Actual behavior
Pressing
<leader>ff
(this is for find_file
) ends with:and
Pressing
<leader>fg
and printing any single letter or digit ends with:and
rg
andfd
are installed, they are in the $PATH and work perfectly fine.Minimal config
Link to my config https://github.com/horseinthesky/dotfiles/blob/master/files/lua/config/telescope.lua
My config: