Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 433 Bytes

ddc-filter-matcher_prefix

Prefix matcher for ddc.vim

It removes items does not match input prefix.

Required

denops.vim

https://github.com/vim-denops/denops.vim

ddc.vim

https://github.com/Shougo/ddc.vim

Configuration

" Use both matcher_head and matcher_prefix.
call ddc#custom#patch_global('sourceOptions', #{
      \   _: #{
      \     matchers: ['matcher_head', 'matcher_prefix'],
      \ })