https://github.com/shougo/ddu-source-dummy
Dummy items source for ddu.vim
https://github.com/shougo/ddu-source-dummy
ddu-source ddu-vim
Last synced: 8 months ago
JSON representation
Dummy items source for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-source-dummy
- Owner: Shougo
- License: mit
- Created: 2023-03-18T03:05:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-05T03:09:31.000Z (9 months ago)
- Last Synced: 2025-09-05T05:24:23.297Z (9 months ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-source-dummy
Dummy items source for ddu.vim
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddu.vim
https://github.com/Shougo/ddu.vim
## Configuration
```vim
call ddu#start(#{ sources: [#{ name: 'dummy' }] })
```