LoginSignup
21

More than 5 years have passed since last update.

posted at

updated at

unite-grepのバックエンドをagに切り替える

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

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
21