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

Add NewChildProces and Dial functions #30

Closed garyburd closed 6 years ago

garyburd commented 6 years ago

Add high-level functions for creating an Nvim client. These functions run Serve() in a goroutine by default and cleanup the goroutine in Close().

Deprecate NewEmbedded. The NewChildProcess function is easier to use and more flexible.