Languageclient-neovim: roxma/nvim-completion-manager source?

Created on 20 Feb 2017  路  8Comments  路  Source: autozimu/LanguageClient-neovim

As deoplete does not support async source, right now completion function is implemented as sync calls.

Might even better support async completion.

roxma/nvim-completion-manager looks cool and actively maintained/developed.

@roxma

Most helpful comment

I will start the implementation ASAP.

All 8 comments

As deoplete does not support async source, right now completion function is implemented as sync calls.

Of course it is on the todo list.
But I must refactor the implementation to support the feature.
And I have denite.nvim and neovim supports...

@Shougo Thanks for the info.

I know you might be busy with other stuff, but could you give a rough estimation of when the work will start?

You can let me know if you need some more hand on that.

I know you might be busy with other stuff, but could you give a rough estimation of when the work will start?

https://github.com/Shougo/deoplete.nvim/issues/407

Hm.

Current loadmap:

  • Split the gather candidates and the completion popup
  • Add the async support
  • Change option API like denite.nvim
  • completefunc support?
  • Parallel support?
  • Vim8 support?

The async support is not so far, but it depends on the other works.

Great. Thanks for sharing.

I will start the implementation ASAP.

As deoplete does not support async source, right now completion function is implemented as sync calls.

I have implemented the feature.

Cool! I will start upgrading the integration.

Thanks.
I will test it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Avi-D-coder picture Avi-D-coder  路  5Comments

martskins picture martskins  路  3Comments

htfy96 picture htfy96  路  5Comments

norcalli picture norcalli  路  4Comments

fortes picture fortes  路  7Comments