You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: