lua-client icon indicating copy to clipboard operation
lua-client copied to clipboard

DEPRECATED

Results 5 lua-client issues
Sort by recently updated
recently updated
newest added

As discussed [here](https://github.com/neovim/neovim/pull/19140#issuecomment-1171381745). cc @justinmk

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: > > 1. Nvim core will gain...

enhancement

This would be used in Neovim's tests then to report if the (embedded) child exited non-zero, or due to some signal. To be used in Neovim's tests: https://github.com/neovim/neovim/pull/11203

enhancement

I've noticed that this fails: `cp -a test/session{,_new}_spec.lua; make test`: ``` [----------] 24 tests from test/session_new_spec.lua (1645.26 ms total) [----------] Running tests from test/session_spec.lua ./nvim/msgpack_rpc_stream.lua:1: attempt to index a userdata...

bug

Forgive this novice Lua code ... this is my attempt at getting the lua client to print corrupted msgpack streams to screen. The entire blob is also saved to disk...