-
-
-
`:python3 vim.funcs.luaeval(...)` calls `vim.call("luaeval", ...)`, which then calls `nvim_call_function('luaeval', [...])` **via RPC**, i.e. `vim.request('nvim_call_function', 'luaeval', [...])`.
…
-
-
-
-
Hi, I like your plugin a lot - it's exactly what I need at certain moments) But it doesn't work well when buffer contains UTF-8 symbols with 2 or more chars (emojis, cyrillics etc.). I made some chang…
-
A very popular, and still growing, fork of Lua is [Luau.](https://github.com/luau-lang/luau) It's the Lua distribution created by/used in Roblox, along with being adopted by Alan Wake 2 and some other…
-
-
##### Issue type
- Feature request
##### Summary
This would be helpful for when a small list needs to be added to a larger list. This _is_ currently possible, but isn't very straightforward …