neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
578 stars 36 forks source link

Implements neovim/neovim@ead61e5 APIs #66

Closed zchee closed 4 years ago

zchee commented 4 years ago

Implements neovim/neovim@ead61e5 APIs. Also, add some testcases.

zchee commented 4 years ago

@justinmk

the "Context" functions might change. They are still under development.

yeah, I know. it might be better to adding "still under development." comment I think. will do.

scripts/gen_vimdoc.py now generates some *.mpack files which can be used to get docs. Maybe it's useful for the generator in this project? These files aren't included with Nvim yet, you need to run the script locally.

great! we can unmarshal .mpack file uses own msgpack package. I'll check and try to auto-generate doc feature :D

zchee commented 4 years ago

added still under development` and merged.