go-client
go-client copied to clipboard
Nvim Go client
Add developer note to README. plus example. ref: https://github.com/neovim/go-client/pull/49#issuecomment-491495359
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.
Currently, there is no `Once` field on `AutocmdOptions`. https://github.com/neovim/go-client/blob/805675898d92f6fc53018e83366ec9e58205c8ff/nvim/plugin/plugin.go#L277 But not works even if adding that field (on local env) I think should be support and change nvim core `runtime/autoload/remote/define.vim`....
# What has changed - added gomod/documentation labels - `sync-labels: true` on labeler cicd to reflect changes better after review process etc 😋 - bumped `checkout` to @v4 - `go-setup`...
# Problem The release process isn't documented (is it? :) # Expected result - Add a "Release" section to bottom of the readme listing all the steps needed to do...
After https://github.com/neovim/neovim/commit/1d16bba4d8b8b648d2dabd610924bcf3051a0f29, `nvim.Serve()` will not return if the following steps are taken to exit Neovim. 1. Run goneovim with the following ``` /path/to/goneovim -u NONE --cmd 'set clipboard=unnamed' /path/to/file ```...