Skip to content

matsui54/ddc-matcher_fuzzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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},
    \ })

About

Fuzzy matcher for ddc.vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published