roxma / nvim-completion-manager

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

Add TypeScript support #139

Closed zaferot closed 6 years ago

zaferot commented 6 years ago

Hello here. Are there any plans to add TypeScript source? There is a good candidate for being as a source plugin: nvim-typescript. It already supports deoplete.

Thanks!

roxma commented 6 years ago

https://github.com/mhartington/nvim-typescript/issues/45

I have no plan currently. I don't have enough time.

prabirshrestha commented 6 years ago

@zaferot You should give language server protocol a try. https://github.com/prabirshrestha/typescript-language-server or https://github.com/sourcegraph/javascript-typescript-langserver

And use https://github.com/autozimu/LanguageClient-neovim or https://github.com/prabirshrestha/vim-lsp.

Besides completions you get lot of other features for free like goto definition, rename symbols, find all references and so on.

zaferot commented 6 years ago

@prabirshrestha Thanks! I'll give it a try.

roxma commented 6 years ago

https://github.com/mhartington/nvim-typescript/pull/81