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

Improve documentation

Open garyburd opened this issue 9 years ago • 2 comments

  • [x] Update readme to describe steps to write a plugin.
  • [ ] Add example plugin.
  • [x] Improve the the nvim package comment.

garyburd avatar Sep 27 '16 16:09 garyburd

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 avatar Dec 26 '17 07:12 vito-c

@vito-c I added a comment to gist showing how to fix the plugin and #29 for this specific documentation issue.

garyburd avatar Dec 26 '17 12:12 garyburd