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

3 lines
60 B
VimL
Raw Normal View History

2017-01-01 01:37:05 +08:00
let g:ag_prg='ag --vimgrep'
let g:ag_working_path_mode='r'