Browse Source

Use default unite file_rec

Thomas Dy 8 years ago
parent
commit
7c338b0905
2 changed files with 0 additions and 6 deletions
  1. 0 4
      .vim/ag-unite
  2. 0 2
      .vimrc

+ 0 - 4
.vim/ag-unite

@@ -1,4 +0,0 @@
-#!/bin/sh
-cd $1
-touch /tmp/a
-ag --hidden --nocolor --nogroup -g ''

+ 0 - 2
.vimrc

@@ -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