neovim-java-client
neovim-java-client copied to clipboard
Java wrapper for Neovim Message Pack API
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
I am interested in contributing to this project. Would it be possible to make a list, perhaps a table, in the Wiki that documents what functions need to be implemented...
There is a potential for deadlock if the rpc request asks for more data from neovim. The request is handled serially so the receiver thread won't read new data from...
If the client is launched with rpcstart in neovim, it needs to be able to read from stdin and stdout.