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

Move neovim extension MsgPack types support to core-rpc #121

Open
esensar opened this issue Feb 7, 2021 · 1 comment
Open

Move neovim extension MsgPack types support to core-rpc #121

esensar opened this issue Feb 7, 2021 · 1 comment
Labels
core-rpc enhancement New feature or request neovim-api stale No activity
Milestone

Comments

@esensar
Copy link
Owner

esensar commented Feb 7, 2021

Currently, neovim-api module introduces support for Neovim extension types, meaning to use them in core-rpc or other modules which don't depend on neovim-api, custom implementation is needed. Besides this, this makes usage of library in some cases needlessly complicated (ReactiveRpcClient and RpcClient don't support these types by default, meaning custom instances need to be created to be used in neovim-api module). NeovimApis makes it easier for some cases, but ideally it should not be possible to build these clients without support for neovim types (or should not be the default behavior at least).

@esensar esensar added the enhancement New feature or request label Feb 7, 2021
@esensar esensar self-assigned this Feb 7, 2021
@esensar esensar added this to the 1.0.0 milestone Feb 7, 2021
@esensar esensar removed their assignment Mar 18, 2021
@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Please consider closing it.

@github-actions github-actions bot added the stale No activity label May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-rpc enhancement New feature or request neovim-api stale No activity
Projects
None yet
Development

No branches or pull requests

1 participant