jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
542 stars 99 forks source link

Search on root of project insead of directory of current buffer #11

Closed ghost closed 6 years ago

ghost commented 6 years ago

I have noticed this plugin always searches for pattern through all files in the same folder of current opened file.
but I'd like it to search from parent folders that contains .git or other markers, like CtrlP for example.

Can we do that with this plugin?

ghost commented 6 years ago

vim-rooter plugin maybe the answer, but if vim-ripgrep can support it would be great.