I want to ag recursively in . and in ./vendor (vendor is in .gitignore) So I want search command to be: `ag pattern . ./vendor` I tried :GrepRoot but didn't find how to configure multiple root dirs. Thanks!