diff --git a/config/plugins/denite.vim b/config/plugins/denite.vim index cceff88cb..c6a88f5b1 100644 --- a/config/plugins/denite.vim +++ b/config/plugins/denite.vim @@ -36,7 +36,7 @@ if !s:sys.isWindows " For ripgrep " Note: It is slower than ag call denite#custom#var('file_rec', 'command', - \ ['rg', '--hidden', '--files', '--glob', '!.git', ''] + \ ['rg', '--hidden', '--files', '--glob', '!.git', '--glob', ''] \ + zvim#util#Generate_ignore(g:spacevim_wildignore, 'rg') \ ) elseif executable('ag')