https://github.com/shougo/ddu-source-output
Ex command output source for ddu.vim
https://github.com/shougo/ddu-source-output
ddu-source ddu-vim
Last synced: 11 months ago
JSON representation
Ex command output source for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-source-output
- Owner: Shougo
- License: mit
- Created: 2023-08-29T10:00:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T10:06:38.000Z (over 1 year ago)
- Last Synced: 2025-01-22T11:19:46.744Z (over 1 year ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-source-output
Command output source for ddu.vim
This source collects Vim Ex-command output.
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddu.vim
https://github.com/Shougo/ddu.vim
### ddu-kind-word
https://github.com/Shougo/ddu-kind-word
## Configuration
```vim
call ddu#start(#{ 'sources': [#{ name: 'output' }] })
```