https://github.com/shougo/ddu-source-line
Line source for ddu.vim
https://github.com/shougo/ddu-source-line
ddu-source ddu-vim
Last synced: 9 months ago
JSON representation
Line source for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-source-line
- Owner: Shougo
- License: mit
- Created: 2022-01-20T05:46:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T08:16:54.000Z (about 1 year ago)
- Last Synced: 2025-07-05T03:30:05.226Z (11 months ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-source-line
Line source for ddu.vim
This source collects current buffer lines.
## 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: 'line' }] })
```