cloudhead / neovim-fuzzy

Minimalistic fuzzy file finding for neovim
BSD 3-Clause "New" or "Revised" License
111 stars 17 forks source link

Wrong argument when invoking #9

Closed digitalcosmos closed 8 years ago

digitalcosmos commented 8 years ago

I get an error message saying --path-to-ignore is not a valid argument. Changing to --path-to-agignore seems to fix the issue.

I'm running ag version 0.31.0.

cloudhead commented 8 years ago

ag and ripgrep (rg) have standardized on the .ignore file name and thus ag renamed its option to --path-to-ignore recently. I suggest updating to the latest ag, and I will update the requirements in the readme.