esensar/neovim-java

Add simple core-rpc module with no actual API methods

esensar opened this issue · 1 comments

Add simple core-rpc module with no actual API methods

Message format:
[REQUEST_TYPE, REQUEST_ID, METHOD_NAME (as a String), Array(params)]

REQUEST_ID should be increased for every call by one.