https://github.com/shougo/ddu-source-file_rec
File recursive source for ddu.vim
https://github.com/shougo/ddu-source-file_rec
ddu-source ddu-vim
Last synced: 4 months ago
JSON representation
File recursive source for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-source-file_rec
- Owner: Shougo
- License: mit
- Created: 2022-01-19T23:36:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T10:05:41.000Z (5 months ago)
- Last Synced: 2025-02-27T12:37:30.433Z (4 months ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 25
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-source-file_rec
File recursive source for ddu.vim
This source collects files in the path recursively.
## 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
## Configuration
```vim
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("~") },
\ })
```