logrusx
logrusx
> The project apparently compiles just fine with Java 11+, after manually editing pom.xml. (Which, as far as I know, cannot be done easily in Mason). It's been over an...
I recommend #1663 over this PR. It states clearly what it does, it does it correctly and stays to the point. This one is actually dealing with mason-lspconfig 2.0, rather...
> How long is it likely for this to take to fix Unless somebody else steps in, as long as it takes me. I'm currently very busy so it's going...
I see some people are already pronouncing nvim-java broken. That's incorrect. Just continue using it the way it was used until now - setup nvim-java, then call lspconfig.jdtls.setup and ignore...
That is no different than #429 and it doesn't actually do the job.
Just to let everybody interested know, I had some time and made some progress on how things should happen in general but this includes a bit too much for me...
Hello, I'm pretty certain it is a configuration issue but I can look into it a little bit later. Just passing by to let you know you're not talking to...
Are you expecting to define a runtime for jdtls to run on? If yes, this is not how nvim-java works. It'll use whatever the `java` command points to. That's what's...
` root_markers = { ".git" },` why is that in jdtls.setup? Delete it from there and tell me if it works. Also move the neoconf setup before java setup. Also...
You're right, it doesn't work. I'm sorry for making you try all this unnecessary stuff. However I know the reason it doesn't work. When I tried your test application I...