https://github.com/shougo/ddu-source-file
File source for ddu.vim
https://github.com/shougo/ddu-source-file
ddu-source ddu-vim
Last synced: 8 months ago
JSON representation
File source for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-source-file
- Owner: Shougo
- License: mit
- Created: 2022-01-19T23:35:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T05:12:12.000Z (about 2 years ago)
- Last Synced: 2024-05-02T00:31:20.476Z (about 2 years ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-source-file
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
## Configuration
```vim
call ddu#start(#{ sources: [#{ name: 'file' }] })
" Change base path.
call ddu#custom#patch_global('sourceOptions', #{
\ file: #{ path: expand("~") },
\ })
```