Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shougo/ddu-commands.vim

Commands for ddu.vim
https://github.com/shougo/ddu-commands.vim

ddu-vim

Last synced: 4 days ago
JSON representation

Commands for ddu.vim

Awesome Lists containing this project

README

        

# ddu-commands.vim

Commands for ddu.vim

## Required

### denops.vim

https://github.com/vim-denops/denops.vim

### ddu.vim

https://github.com/Shougo/ddu.vim

## Configuration

```vim
" Use file_rec source.
Ddu file_rec

" Change input option
Ddu file -input=foo

" Use ui param
Ddu file -ui-param-ff-startFilter=v:true
```