Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'],
\ }
\})
```