Use supported Denite types
This commit is contained in:
parent
a9b2840df4
commit
e6322d1680
1 changed files with 2 additions and 2 deletions
|
|
@ -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'],
|
||||
\)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue