trashvim
trashvim copied to clipboard
Telescope project issue
The telescope project plugin is not working. As an example:
- find the project on https://github.com/goolord/alpha-nvim is returning Unknown Command for the telescope.

This is a bit weird as that it is working perfectly with me, could you do :PackerSync and :PackerCompile then try again and see if it gets resolved?
:PackerCompile is not running anything.
Hey @florianbress,
Mind trying :checkhealth? Maybe you're missing out some core telescope packages? (plenary, ripgrep, fd...)
Also, not sure what you mean by “find the project on […] is returning…” I see the error, but what exactly are you trying to do?
Missing ripgrep was the culprit for me. Thanks @oasido.