Josh Hoff
Josh Hoff
This sounds like a good idea. Can you link me to some docs where I can read about how to add neovim support to this plugin? It might be a...
None by me yet. I need to set up neovim and get started. Hopefully in the next couple of weeks, but I can't be sure. PRs welcome :)
Hmm, I wonder if we should do something like that, and maybe have option(s) to say "use other plugins" if they're available. That way maybe it uses Dispatch by default,...
@alexdunn I didn't read the install instructions, just thought I'd install the editor and it'd work. I'll give that a shot, thanks!
Here's a screenshot of what I see when I open a file (opening the editor seems to work):  I'm thinking it's a python 2/3 issue. Do you know an...
Odd. I used the [aur script](https://aur.archlinux.org/packages/neovim-git/) to install it. I'll give that a shot though. Thanks.
None from me, other than I found out I had both the python 2 and 3 versions of `neovim` installed. Not sure if I did that or the AUR script...
What do you mean by filetype filtering?
Ohh, you can always do :Ag --html search dir, but I don't thing there's a special command like :AgFile (searches for files with ag -g) > On Jan 10, 2014,...
the_silver_searcher takes into account `.gitignore` files and `.hgignore` files. I think there are still some issues around paths like `log/` not being ignored when they should be. The reason to...