myitcv / neovim

Go package for writing Neovim plugins (in Go!)
http://godoc.org/github.com/myitcv/neovim
MIT License
85 stars 4 forks source link

Remove API restrictions #32

Closed myitcv closed 9 years ago

myitcv commented 9 years ago

Now that we have API String types as MSGPACK_STR we can start to parse dictionaries without a whole load of hassle. In fact we can support the entire API.