Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 673 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 673 Bytes

ddc-ctags

Universal Ctags completion for ddc.vim

This source collects candidates from Universal Ctags.

Required

denops.vim

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

ddc.vim

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

Universal Ctags

https://github.com/universal-ctags/ctags

NOTE

You need Universal Ctags, neither the original Ctags nor Exuberant Ctags.

Configuration

" Use ctags source.
call ddc#custom#patch_global('sources', ['ctags'])

" Change source options
call ddc#custom#patch_global('sourceOptions', {
      \ 'ctags': {'mark': 'C'},
      \ })