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
Mason 2.0 migration
Workaround (Lazyvim)
At the moment
nvim-javadoes not support Mason 2.0. If you are seeing errors please pin the mason & mason-lspconfig to 1.x~/.config/nvim/lua/plugins/mason-workaround.luaBlocking