Skip to content

feature: Mason 2.0 support #384

@s1n7ax

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

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