Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shougo/ddc-filter-matcher_suffix
Suffix matcher for ddc.vim
https://github.com/shougo/ddc-filter-matcher_suffix
ddc-filter ddc-vim
Last synced: about 2 months ago
JSON representation
Suffix matcher for ddc.vim
- Host: GitHub
- URL: https://github.com/shougo/ddc-filter-matcher_suffix
- Owner: Shougo
- License: mit
- Created: 2024-07-22T10:33:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T04:37:29.000Z (4 months ago)
- Last Synced: 2024-10-12T18:27:38.495Z (3 months ago)
- Topics: ddc-filter, ddc-vim
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddc-filter-matcher_suffix
Suffix matcher for ddc.vim
It removes items does not match input suffix.
## 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_suffix.
call ddc#custom#patch_global('sourceOptions', #{
\ _: #{
\ matchers: ['matcher_head', 'matcher_suffix'],
\ })
```