Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T10:22:09.000Z (4 months ago)
- Last Synced: 2024-10-12T18:27:48.345Z (2 months 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' }] })
```