1
0
Fork 0

Use supported Denite types

This commit is contained in:
Jeremy Kaplan 2019-04-29 15:58:37 -07:00 committed by Jeremy Kaplan
commit e6322d1680

View file

@ -117,8 +117,8 @@ set wildignore+=*.swp,*~
map <silent> ;b :Denite buffer<CR>
map <silent> ;f :Denite file_rec<CR>
call denite#custom#var('file_rec', 'command',
map <silent> ;f :Denite file/rec<CR>
call denite#custom#var('file/rec', 'command',
\ ['rg', '--files', '--hidden'],
\)