|
@@ -110,7 +110,7 @@ call denite#custom#map(
|
|
|
" use rg or ag if present
|
|
|
if executable('rg')
|
|
|
call denite#custom#var('file_rec', 'command',
|
|
|
- \ ['rg', '--files', '--glob', '!.git', ''])
|
|
|
+ \ ['rg', '--files', '--glob', '!.git'])
|
|
|
call denite#custom#var('grep', 'command', ['rg'])
|
|
|
call denite#custom#var('grep', 'default_opts',
|
|
|
\ ['--vimgrep', '--no-heading'])
|