Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shougo/ddc-filter-matcher_length
Length matcher for ddc.vim
https://github.com/shougo/ddc-filter-matcher_length
ddc-filter ddc-vim
Last synced: 3 months ago
JSON representation
Length matcher for ddc.vim
- Host: GitHub
- URL: https://github.com/shougo/ddc-filter-matcher_length
- Owner: Shougo
- License: mit
- Created: 2021-08-22T06:15:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T00:24:16.000Z (5 months ago)
- Last Synced: 2024-08-02T01:43:14.309Z (5 months ago)
- Topics: ddc-filter, ddc-vim
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddc-filter-matcher_length
Length matcher for ddc.vim
It removes items shorter than or equal to the user input.
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddc.vim
https://github.com/Shougo/ddc.vim
## Configuration
```vim
" Use both matcher_head and matcher_length.
call ddc#custom#patch_global('sourceOptions', #{
\ _: #{
\ matchers: ['matcher_head', 'matcher_length'],
\ })
```