1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/config/plugins/ag.vim

3 lines
114 B
VimL
Raw Normal View History

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