Closed rktjmp closed 3 months ago
Hey 👋
Thanks for reporting. I've opened a PR to update the requirements. Let me know if that looks good to you 😀
Regarding requiring lua
: We can probably solve that by adding a shim (based on nlua) that uses Neovim's Lua interpreter.
Using a shim/nlua would be a good idea I think.
I was going to write a PR but wasn't sure of the language, and overstuffing the dependencies list.
When installing via the script,
unzip
must be a runnable command.This error is obscured when using the bootstrap installation method. You also need
make
.When running nvim with rocks installed
/usr/bin/env lua
must succeed. For example, installinglua51
on Archlinux does not install alua
command, it'slua5.1
(thelua
command is reserved for the 5.4 packaged calledlua
).