Replies: 2 comments
-
probably because lua53 was installed first, so the alternatives group was set to that version also, with neovim you probably want to be using luajit |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the answer. I believe most users expect to get the latest stable version of lua when they install the lua package. So would such a change be accepted. I am aware that neovim uses luajit not the base lua package. What I wanted to try was a extension which depends on the lua rock package. I also noticed that luarocks-lua54 package depends on lua53 and luarocks-lua53 package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to try out neorg.nvim for neovim and noticed that default version of lua and the luarocks package both point to lua53 instead of the latest lua54.
Just curious as to is there any reason for this choice ?
Beta Was this translation helpful? Give feedback.
All reactions