Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shougo/ddu-ui-ff

Fuzzy finder UI for ddu.vim
https://github.com/shougo/ddu-ui-ff

ddu-ui ddu-vim

Last synced: 3 months ago
JSON representation

Fuzzy finder UI for ddu.vim

Awesome Lists containing this project

README

        

# ddu-ui-ff

Fuzzy finder UI for ddu.vim

This UI is standard fuzzy finder.

## Required

### denops.vim

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

### ddu.vim

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

## Configuration

```vim
call ddu#custom#patch_global(#{
\ ui: 'ff',
\ })
```