It shows this error **/*.vim: No such file or directory (os error 2)||. Like it's trying to interpret **/*.vim as a literal directory. The command rg -H --no-heading --vimgrep let **/*.vim works as expected in the terminal.
Am I missing something? Let me know if you need any other information.
Hi, thanks for this awesome plugin. If I run
:GrepperRg let **/*.vim
It shows this error
**/*.vim: No such file or directory (os error 2)||
. Like it's trying to interpret**/*.vim
as a literal directory. The commandrg -H --no-heading --vimgrep let **/*.vim
works as expected in the terminal.Am I missing something? Let me know if you need any other information.