neovim-java
neovim-java copied to clipboard
Neovim Java client library. Provides multiple interfaces for communicating with Neovim instance via multiple different protocols. - Moved to https://codeberg.org/neovim-java/neovim-java
This library can be used in Kotlin, but many improvements can be made to better integrate with Kotlin: - coroutines - extensions - more?
Since it can take a long time to implement new Neovim API features and it can be error prone, it should be generated. At first this was avoided to provide...
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...
One of those is ReactiveRPCStreamer error case test for response