go-client
go-client copied to clipboard
Improve documentation
- [x] Update readme to describe steps to write a plugin.
- [ ] Add example plugin.
- [x] Improve the the nvim package comment.
I wanted to make a simple example but was running into some issues. https://gist.github.com/vito-c/ee93cc7999397a208f59f202309f9d5a When I call this via :echo MyTest('test') nvim will freeze. I added log statements as well and could see the client being created.
@vito-c I added a comment to gist showing how to fix the plugin and #29 for this specific documentation issue.