-
Hello all, I am new to neovim / lazyvim and have tried to install nvim-java on termux (smartphone/arm) The problem seems to be the lack of support for hardlinks in Termux. Does anyone have a workaround or a solution for this. Unfortunately, I have no knowledge or experience in setting up lsp servers manually. What I have tried myself: First Error: Downloading file "https://github.com/nvim-java/release-jdtls/releases/download/1.43.0/jdtls.tar.gz"… To work around this, I downloaded the jdtls.tar.gz, removed the hardlinks and uploaded it to my own server changed the url in next errors:
|
BetaWas this translation helpful?Give feedback.
All reactions
try nvim-jdtls instead. I don't think you could get nvim-java working without code changes
Replies: 1 comment 2 replies
-
try nvim-jdtls instead. I don't think you could get nvim-java working without code changes |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank you for your answer. I'll have to look into nvim-jdtls after all. Instead of using the comfortable lazy vim solution. As a workaround I have now found a working but possibly less fast solution with proot-distro ubuntu under termux. |
BetaWas this translation helpful?Give feedback.
All reactions
-
There is lazyextra for java. Looks like it's using |
BetaWas this translation helpful?Give feedback.