Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matsui54/ddc-matcher_fuzzy

Fuzzy matcher for ddc.vim
https://github.com/matsui54/ddc-matcher_fuzzy

ddc-filter ddc-vim

Last synced: about 2 months ago
JSON representation

Fuzzy matcher for ddc.vim

Awesome Lists containing this project

README

        

# ddc-matcher_fuzzy

Fuzzy matcher for ddc.vim

For better support such as sorting candidates by match distance and pum.vim's
highlighting support, use [ddc-fuzzy](https://github.com/tani/ddc-fuzzy)
instead.

## Required

### denops.vim

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

### ddc.vim

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

## Configuration

For details, please see [help](doc/ddc-matcher_fuzzy.txt).

### examples

```vim
call ddc#custom#patch_global('sourceOptions', {
\ '_': {
\ 'matchers': ['matcher_fuzzy'],
\ })

call ddc#custom#patch_global('filterParams', {
\ 'matcher_fuzzy': {'camelcase': v:true},
\ })
```