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-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

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