Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Fuzzy matcher for ddc.vim
- Host: GitHub
- URL: https://github.com/matsui54/ddc-matcher_fuzzy
- Owner: matsui54
- License: mit
- Created: 2021-08-06T13:19:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T04:13:53.000Z (about 2 years ago)
- Last Synced: 2024-08-01T17:40:07.292Z (6 months ago)
- Topics: ddc-filter, ddc-vim
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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},
\ })
```