pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.07k stars 40 forks source link

An option for specifying the directory for ag or rg #81

Open at8i opened 3 years ago

at8i commented 3 years ago

An option for specifying the directory in which ag or rg will parse through. I noticed that if I run ag or rg through my project's src directory(C++), it will map everything. Especially ag seems to work just fine without E474 bug. (E474 bug with rg but no bug with ag). The problem is ag is not searching the right directory . So if it was possible to let ag know which directory it should be searching, all the problems(AKA Bug E474 not working with rg) would go away or am I wrong?

flwyd commented 3 years ago

A couple things I'd love to see: