roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Add cm-gtags source #84

Closed jsfaint closed 7 years ago

jsfaint commented 7 years ago

This source is most inspired by deoplete-gtags Maybe still has issue, but at least works for me now 😄

gtags is faster than ctags, but support less language.

roxma commented 7 years ago

Thanks for your contribution.

But I won't accept new builtin completion source into this repo anymore, as the number of available completion sources is getting richer.

Unless it's a general purpose completion source most people would agree on, and has no extra dependency.

This PR adds the global binary dependency, which IMO is not necessary for most people.

Some of the builtin sources, (python and golang), should have been moved to standalone repos. But unfortunately it's too late.

It's better to put it to another repository.

jsfaint commented 7 years ago

OK, I'll add this source into my plugin gen_tags.vim Thanks for your clarify 😄