Length matcher for ddc.vim
It removes items shorter than or equal to the user input.
https://github.com/vim-denops/denops.vim
https://github.com/Shougo/ddc.vim
" Use both matcher_head and matcher_length.
call ddc#custom#patch_global('sourceOptions', #{
\ _: #{
\ matchers: ['matcher_head', 'matcher_length'],
\ })