Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 649 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 649 Bytes

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 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.

examples

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

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