4r73m190r0s

Results 3 comments of 4r73m190r0s

> do you have nvim-java installed as well? I think it can compete with mason regarding the version of jdtls, spring-boot and java-test that are installed I do. Do you...

> https://github.com/nvim-java/nvim-java?tab=readme-ov-file#wrench-configuration > > nvim-java has versions fixed, and will download them; but then if there are new ones available, mason will see them and propose them to you. In...

I have not called `require("mason").setup()` anywhere, as it was not mentioned in the [Installation](https://github.com/mason-org/mason.nvim?tab=readme-ov-file#installation). I configured my `mason.lua` that lazy.nvim loads like this, and it worked; ```lua return { "mason-org/mason.nvim",...