Skip to content

bug: Unable to install with nvchad. Cannot find package "lombok-nightly" #349

@fayimora

Description

@fayimora

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.

Image

Expected Behavior

Everything downloaded and installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions