File recursive source for ddu.vim
This source collects files in the path recursively.
https://github.com/vim-denops/denops.vim
https://github.com/Shougo/ddu.vim
https://github.com/Shougo/ddu-kind-file
call ddu#start(#{ sources: [#{ name: 'file_rec' }] })
" Change base path.
" NOTE: "path" must be full path.
call ddu#custom#patch_global('sourceOptions', #{
\ file_rec: #{ path: expand("~") },
\ })