Skip to content

nabezokodaikon/ddu-source-file_fd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ddu-source-file_fd

File source for ddu.vim

This source collects files in the path.

Required

denops.vim

https://github.com/vim-denops/denops.vim

ddu.vim

https://github.com/Shougo/ddu.vim

ddu-kind-file

https://github.com/Shougo/ddu-kind-file

fd

https://github.com/sharkdp/fd

Configuration

" Change base path.
call ddu#custom#patch_global('sourceOptions', {
      \ 'file_fd': {'path': expand("~")},
      \ })

" For use in the filer UI.
" call ddu#custom#patch_global({'ui': 'filer'})

" Use source.
call ddu#start({'sources': [{'name': 'file_fd'}]})

About

File source for ddu.vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published