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:
Error 01:49:24 notify.error Java Failed to setup nvim-java ...l/share/nvim/lazy/mason.nvim/lua/mason-registry/init.lua:80: Cannot find package "lombok-nightly"
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
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.
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-nightlyfails 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
jdtlsto the ensure_installed for mason. (tried without doing this too)Close and open java project in vim.
Expected Behavior
Everything downloaded and installed.