go-client icon indicating copy to clipboard operation
go-client copied to clipboard

Support call `nvim_set_client_info` when connecting to set default channel info

Open zchee opened this issue 6 years ago • 4 comments

As @justinmk said https://github.com/neovim/go-client/pull/36#issuecomment-471226582,

I think go-client should call nvim_set_client_info when connecting to set default channel info.

Should support it.

zchee avatar May 09 '19 18:05 zchee

@justinmk @mhinz Are there any other language remote plugin SDKs already implemented call nvim_set_client_info api in SDK side?

zchee avatar May 13 '19 17:05 zchee

@zchee i think https://github.com/neovim/pynvim . What is your question? is :help nvim_set_client_info() not clear enough?

justinmk avatar May 14 '19 08:05 justinmk

@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.

zchee avatar May 14 '19 09:05 zchee