feature: Mason 2.0 support · Issue #384 · nvim-java/nvim-java · GitHub
Skip to content

feature: Mason 2.0 support #384

Description

@s1n7ax

Mason 2.0 migration

Workaround (Lazyvim)

At the moment nvim-java does not support Mason 2.0. If you are seeing errors please pin the mason & mason-lspconfig to 1.x

  • Create ~/.config/nvim/lua/plugins/mason-workaround.lua
  • Add following spec
return {
  { "mason-org/mason.nvim", version = "^1.0.0" },
  { "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
}

Blocking

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions