1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:40:05 +08:00
SpaceVim/config/plugins/ag.vim
2017-03-29 09:36:46 -04:00

3 lines
114 B
VimL

let g:ag_prg= get(g:, 'ag_prg', 'ag --vimgrep')
let g:ag_working_path_mode= get(g:, 'ag_working_path_mode', 'r')