akemrir / ddc-matcher_tags

ddc tags exec filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddc-matcher_tags

Tags matcher for ddc.vim, for tags-exec

This filter checks match for text split by RegExp.

Required

denops.vim

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

ddc.vim

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

Configuration

call ddc#custom#patch_global('sourceOptions', #{
      \ 'tags-exec': {
      \   'matchers': ['matcher_tags'],
      \   'splitByRegexp': '(?=[A-Z])|_',
      \   'splitUnionString': '.*',
      \ }

About

ddc tags exec filter

License:MIT License


Languages

Language:TypeScript 96.7%Language:Makefile 3.3%