Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T10:21:52.000Z (4 months ago)
- Last Synced: 2024-10-12T18:27:48.337Z (2 months ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 15
- 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' }] })
```