|
@@ -54,8 +54,6 @@ let g:unite_enable_auto_select = 0
|
|
|
|
|
|
" use ag if present
|
|
|
if executable('ag')
|
|
|
- " we run a wrapper around ag so it respects agignore
|
|
|
- let g:unite_source_rec_async_command = ['sh', expand('~/.vim/ag-unite')]
|
|
|
let g:grepper = { 'tools': ['ag', 'git', 'grep'] }
|
|
|
endif
|
|
|
|