Replies: 2 comments 3 replies
Who told you that? |
3 replies
|
So I had a general idea how things should be done and it can almost be done outside of nvim-java but unfortunately this still needs some modifications inside. And if I'll modify nvim-java either way, it makes sense for me to try to do it completely inside nvim-java so the user does not need to be bothered with that. Unfortunately the time I could afford to spend on that at this point is over so use nvim-java the way you used it until now and ignore the warning. If it's too annoying to you, I guess you could pin nvim-lspconfig to an earlier version. I'm handling it in #427 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello there,
I am struggling with setting up nvim-java without
require("lspconfig").jdtls.setup({})as it is deprecated. Has anyone tried it before?Thanks for your help :)
All reactions