You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.10.4
Operating system/version
MacOS 15.0.1
Describe the bug
Not sure if this is a bug or just missing something in configuration. I am using NvChad as my base setup. I followed the instructions and always end up with this error:
mason tells you that it failed to download jdtls tarball from eclipse of. downloads portal. maybe it causes problems with lombok
i have the same issue with jdtls
Yeah I'm able to download and setup jdtls without nvim-java which led me to believe something else is going on. I haven't looked at the plugin's code yet.
How i tested jdtls on it's own:
Add jdtls to the ensure_installed for mason. and then set up the lsp config:
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.4
Operating system/version
MacOS 15.0.1
Describe the bug
Not sure if this is a bug or just missing something in configuration. I am using NvChad as my base setup. I followed the instructions and always end up with this error:
Essentially, jdtls does not get installed but it seems that's because
lombok-nightly
fails for reasons I cannot figure out.Steps To Reproduce
Add the plugin to plugins.lua file
{'nvim-java/nvim-java'}
At the top of the lsp config, add:
add
jdtls
to the ensure_installed for mason. (tried without doing this too)Close and open java project in vim.
Expected Behavior
Everything downloaded and installed.
The text was updated successfully, but these errors were encountered: