LoginSignup
22
21

More than 5 years have passed since last update.

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

Last updated at Posted at 2013-03-01
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だからオプション要らなかった。

22
21
0

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
  3. You can use dark theme
What you can do with signing up
22
21