go-client
go-client copied to clipboard
Support call `nvim_set_client_info` when connecting to set default channel info
As @justinmk said https://github.com/neovim/go-client/pull/36#issuecomment-471226582,
I think go-client should call
nvim_set_client_infowhen connecting to set default channel info.
Should support it.
@justinmk @mhinz
Are there any other language remote plugin SDKs already implemented call nvim_set_client_info api in SDK side?
@zchee i think https://github.com/neovim/pynvim . What is your question? is :help nvim_set_client_info() not clear enough?
@justinmk Ah, I just wanted to refer to the implementation. I intended to refer to the place to called that API. Thanks for information. I found related code in pynvim.