mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

Path for executable ag #261

Open carlos-cabgj opened 5 years ago

carlos-cabgj commented 5 years ago

I'm working vim on windows, but I used to ag.vim, and I'm not finding an option like "g:ag_prg" that allow me to define the path of ag.exe.

In this particular case, I can't install the ag on the system.

So, do I have any way to do set the ag path ?

carlos-cabgj commented 5 years ago

I got It! I can use let g:ackprg = "D:\workbench\carlos\Vim\ag.exe"