Skip to content

A source for ddc.vim to gather candidates from Universal Ctags

License

Notifications You must be signed in to change notification settings

Shougo/ddc-ctags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'},
      \ })

About

A source for ddc.vim to gather candidates from Universal Ctags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%