-
After installing the latest version of kera lua into my project and configuring the player settings list, I can not even compile the project due to these errors:
```
`Assets/NLua/Extensions/GeneralEx…
-
New install of bizhawk and the co-op scripts, followed all the set-up instructions including the confing and tools setup steps within bizhawk itself and changing the lua core to Lua+LuaInterface, and …
-
Since lua LSP has predictable platforms it builds to, you could do a conditional check and set the bin location
https://github.com/tjdevries/nlua.nvim/blob/b24d8384f5fec15e560386ab045b216590c38de4/…
-
### Problem
This is about a implementing a compatibility layer to provide `vim`'s `popup` API.
Without the option to consume the keys, `vim.on_key()` is not suitable for implementing a `popup`'s `f…
-
when loading any .pool file i get two different errors:
- Loading pool from C:\genetic\BizHawk-2.4\Lua\SNES\neat-mario\pool\temp.pool
- NLua.Exceptions.LuaScriptException: [string "main"]:**921: 'fo…
-
When I run :luafile scripts/download_sumneko.lua
I get this error, is there something I am doing wrong because I don't fully comprehend the docs maybe (I am a noob into this)
Here the error I get.
…
-
### Problem
The `test / with-external-deps` CI job is frequently failing:
```
/home/runner/work/neovim/neovim/src/nvim/lua/executor.c: In function ‘nlua_common_vim_init’:
/home/runner/work/neo…
-
Downloaded the project and added the scripting symbols mentioned in the instruction . But i am still getting some compilation errors
Assets/NLua/GenerateEventAssembly/CodeGeneration.cs(441,32): err…
-
Spent a whole lot of time banging my head on why testing errored. This is because you need to install Lua 5.1 system-wide **even if** in the end you use nlua to make neovim your interpreter. This is b…
clorl updated
3 months ago
-
There is a known issue both with Vim and Neovim: if you write an endless loop inside `:lua` then it can’t be interrupted. The lua itself handles the problem by simply running the following
```C
st…
ZyX-I updated
7 months ago