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

https://github.com/shougo/ddu-source-register

Register source for ddu.vim
https://github.com/shougo/ddu-source-register

ddu-source ddu-vim

Last synced: 9 months ago
JSON representation

Register source for ddu.vim

Awesome Lists containing this project

README

          

# ddu-source-register

Register source for ddu.vim

This source collects current registers.

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