mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:20:04 +08:00
3 lines
114 B
VimL
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')
|