-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- 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:
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
{'nvim-java/nvim-java'}At the top of the lsp config, add:
require("java").setup()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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
