Thomas Dy 5 лет назад
Родитель
Сommit
b03c35b171
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .vim/init.vim

+ 1 - 1
.vim/init.vim

@@ -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'])