0
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-07 03:39:52 +08:00
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')