Replies: 1 comment
-
Same here. Nvim-java used to install everything needed but first lombok stopped working, and when I tried to reinstall nvim-java it doesn't install and configure Mason stuff automatically anymore. I think it may have to do with Mason 2.0. I've asked in #384 and I'm waiting for a response. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am new to neovim and have tried to install nvim-java, but it was not succeful.
First of all, related configuration (plugins managed by lazy):
and 
If latest version of jdtls isn't specified, mason fails on downloading default version (not existing file due to wrong time stamp): "✗ jdtls ▶ # [293/293] Failed to download file "https://download.eclipse.org/jdtls/milestones/1.43.0/jdt-language-server-1.43.0-202504011455.tar.gz"".
With this, jdtls starts (with some errors on the way) and partially works. For example, code actions works (with errors, but do the job)

One more thing. Just jdtls via lspconfig (without nvim-java) works as expected, except of lombok.
So, how to configure it properly? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions