Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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' }] })
```