Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T04:36:45.000Z (4 months ago)
- Last Synced: 2024-10-12T18:27:38.690Z (3 months ago)
- Topics: ddc-filter, ddc-vim
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 21
- Watchers: 4
- Forks: 1
- 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'],
\ }
\})
```