-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luarocks installed with an error on android (Termux Environment) #208
Comments
Hey 👋 Wow, that's an interesting use case we definitely hadn't thought of yet. We can look into it, but I'm sure there will be some more issues down the line. We currently provide binary rocks for linux-x86_64, macos-x86_64, macos-aarch64 and win32-x86_64 (built on GitHub hosted runners). As GitHub doesn't support linux-aarch64, we would have to set up a self-hosted runner for it (This could be a viable option). |
I don't think the rocks.nvim install script applying the termux patches is a viable option. Maybe it's also a good idea to deselect the option by default if we can detect a correctly configured installation. |
Closing, as it's not feasible for us to support termux. |
luarocks has been installed on
~/.local/share/nvim/rocks
by typingnvim -u NORC -c "source installer.lua
with following an error for next executionFYI: luarocks for termux have an patch for their environment please see here for details if rocks.nvim want to support neovim user on android
thanks
The text was updated successfully, but these errors were encountered: