Universal Ctags completion for ddc.vim
This source collects candidates from Universal Ctags.
https://github.com/vim-denops/denops.vim
https://github.com/Shougo/ddc.vim
https://github.com/universal-ctags/ctags
You need Universal Ctags, neither the original Ctags nor Exuberant Ctags.
" Use ctags source.
call ddc#custom#patch_global('sources', ['ctags'])
" Change source options
call ddc#custom#patch_global('sourceOptions', {
\ 'ctags': {'mark': 'C'},
\ })