lua-client
lua-client copied to clipboard
Future/Status
trafficstars
From the readme: https://github.com/neovim/lua-client#future-plans
The future of lua-client (this repo) is grim, because the future of Nvim Lua is supple and verdant:
- Nvim core will gain the ability to run Lua code via
nvim -l.- We will include some sort of Lua client in Nvim core. Perhaps starting with https://github.com/justinmk/lua-client2
- Legacy lua-client (this repo) will be archived.
The goal is for Nvim to be able to spawn child nvim processes and then they can be clients of each other using a builtin Lua client which uses Nvim's builtin Lua and msgpack + msgpack-RPC stuff.