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
Also noting here that, with a tcsh shell, the default shellpipe is |& tee. Since vim-ripgrep tries to set let &shellpipe="&>", it causes the search to fail. Removing the let &shellpipe="&>" completely worked for me to fix the issue.
Current
shellpipe="&>"
is incompatible with fish which results in error something like:fish is enabled via in
~/.config/nvim/init.vim
:vim-ripgrep/plugin/vim-ripgrep.vim
Line 89 in ec87af6
The text was updated successfully, but these errors were encountered: