https://github.com/shougo/ddc-filter-matcher_head
Heading matcher for ddc.vim
https://github.com/shougo/ddc-filter-matcher_head
ddc-filter ddc-vim
Last synced: 4 months ago
JSON representation
Heading matcher for ddc.vim
- Host: GitHub
- URL: https://github.com/shougo/ddc-filter-matcher_head
- Owner: Shougo
- License: mit
- Created: 2021-08-01T08:14:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T09:52:39.000Z (10 months ago)
- Last Synced: 2026-03-05T07:17:28.035Z (4 months ago)
- Topics: ddc-filter, ddc-vim
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddc-filter-matcher_head
Heading matcher for ddc.vim
This filter checks heading match.
## Required
### denops.vim
### ddc.vim
## Configuration
```vim
call ddc#custom#patch_global('sourceOptions', #{
\ _: #{
\ matchers: ['matcher_head'],
\ }
\})
```