Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shougo/ddu-filter-converter_display_word

Convert display to word
https://github.com/shougo/ddu-filter-converter_display_word

ddu-filter ddu-vim

Last synced: 28 days ago
JSON representation

Convert display to word

Awesome Lists containing this project

README

        

# ddu-filter-converter_display_word

Convert display to word(matcherKey) for ddu.vim

NOTE: It must be applied before matchers.

## 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(#{
\ sourceOptions: #{
\ _: #{
\ matchers: [
\ 'converter_display_word', 'matcher_substring',
\ ],
\ },
\ }
\ })
```