nvim-lua-guide icon indicating copy to clipboard operation
nvim-lua-guide copied to clipboard

threading support for lua via libuv got merged, link to good tutorial on usage

Open matu3ba opened this issue 3 years ago • 0 comments

https://github.com/neovim/neovim/pull/17386

This is relevant for plugin authors and if the user wants to spawn background threads for resource-demanding computations in lua.

matu3ba avatar Feb 28 '22 14:02 matu3ba