rking / ag.vim

Vim plugin for the_silver_searcher, 'ag', a replacement for the Perl module / CLI script 'ack'
1.74k stars 131 forks source link

Support --ignore-dir option #158

Open yanganto opened 4 years ago

yanganto commented 4 years ago

Hi, Thanks for the plugin, it is awesome.

I use --ignore-dir very often because I work on Rust project, and I want to ignore the target folder and do the search on source code only.

Is this possible? You may leave some note on this, I am happy to implement this. Thanks.