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
I have your :Grep command example in my .init.vim. As the title says, it works great when I open nvim but it just stops getting results after a while. I have the command defined as mentioned in the docs.
I have your
:Grep
command example in my.init.vim
. As the title says, it works great when I open nvim but it just stops getting results after a while. I have the command defined as mentioned in the docs.My
grepprg
isrg --vimgrep
. I have also tried withag --vimgrep
.I added the flag to the status line to know if it's running and I see it running for a while (big code base).
Running
:grep
populates the quickfix just fine.I also have defined specifically for Javascript files
and it has always worked fine. I tried disabling it, but even so
:Grep
stops working.The text was updated successfully, but these errors were encountered: