Closed bellaichef closed 1 year ago
Found what was going wrong ripgrep has to be installed first : https://github.com/BurntSushi/ripgrep
I thought that neovim plugin would be enough but I am a little bit new on it.
Thanks for reporting back @bellaichef . Maybe it would make sense to implement a dependency check.
You are welcome.
Something like :
if vim.fn.empty(vim.fn.glob('/usr/bin/rg')) > 0 then
-- Whatever you want to do --
end
Should to the trick but I'm pretty sure that you already know what to do! ;-)
Hi,
I'm using telescope under nvim 0.9.
Everything works fine but live grep.
Here are the installed packages :
So there is :
Here is my plugins conf (only the telescope part) :
This should be enough, no ? Do I miss something ?
For info, the find files in Telescope works without any issue.
Is there any log for telescope to debug these kind of behaviour.
Thanks by advance for any help or suggestion.