-
-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Kaiser-Yang, peterstorm-oi-flex, zlendo1, darth-raijin, eduardomcv and 11 moreZeiothZeioth and Kirueldiego-velez-dev, gr8mtyr, davychhouk, diego-velez and rlsanders4
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request