neovim icon indicating copy to clipboard operation
neovim copied to clipboard

Setting Up Example

Open vito-c opened this issue 9 years ago • 0 comments

I have run into some issues trying to setup the example project.

  • I had to run go get gopkg.in/check.v1 to install that package
  • I get failures after installing during the testing phase:
test neovim 2015/11/24 22:49:02 /Users/vito/playground/go/libs/src/github.com/myitcv/neovim/neovim.go:254: Expected args length 3, but got 2
FAIL    github.com/myitcv/neovim/example    0.116s

vito-c avatar Nov 25 '15 06:11 vito-c