let g:unite_source_grep_command = 'ag'
let g:unite_source_grep_default_opts = '--nocolor --nogroup'
let g:unite_source_grep_recursive_opt = ''
let g:unite_source_grep_max_candidates = 200
これをvimrcに書く。
追記: 最初からrecursiveだからオプション要らなかった。
Go to list of users who liked
More than 5 years have passed since last update.
let g:unite_source_grep_command = 'ag'
let g:unite_source_grep_default_opts = '--nocolor --nogroup'
let g:unite_source_grep_recursive_opt = ''
let g:unite_source_grep_max_candidates = 200
これをvimrcに書く。
追記: 最初からrecursiveだからオプション要らなかった。
Register as a new user and use Qiita more conveniently
Go to list of users who liked