Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roxma/nvim-completion-manager source? #8

Closed
autozimu opened this issue Feb 20, 2017 · 8 comments
Closed

roxma/nvim-completion-manager source? #8

autozimu opened this issue Feb 20, 2017 · 8 comments

Comments

@autozimu
Copy link
Owner

autozimu commented Feb 20, 2017

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

@Shougo
Copy link

Shougo commented Feb 21, 2017

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...

@autozimu
Copy link
Owner Author

autozimu commented Feb 21, 2017

@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.

@Shougo
Copy link

Shougo commented Feb 21, 2017

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

Shougo/deoplete.nvim#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.

@autozimu
Copy link
Owner Author

Great. Thanks for sharing.

@Shougo
Copy link

Shougo commented Feb 23, 2017

I will start the implementation ASAP.

@Shougo
Copy link

Shougo commented Mar 5, 2017

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

I have implemented the feature.

@autozimu
Copy link
Owner Author

autozimu commented Mar 5, 2017

Cool! I will start upgrading the integration.

@Shougo
Copy link

Shougo commented Mar 5, 2017

Thanks.
I will test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants