Hacker News new | ask | show | jobs
by justinmk 3290 days ago
Neovim has a go client[1] for nvim's RPC API. Vim doesn't have bytecode to speak of, so of course there's no transpiler step. But it removes the friction of integrating between nvim <-> go, and that is "useful when it's useful". In particular it enabled a new UI[2] to be built in go.

[1] https://github.com/neovim/go-client

[2] https://github.com/dzhou121/gonvim