Open carlos-cabgj opened 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 ?
I got It! I can use let g:ackprg = "D:\workbench\carlos\Vim\ag.exe"
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 ?