Compatibility with null-ls ? #137
-
Hello, For the project I'm working on, we're using prettier-java as a formatter. Unfortunately nvim-jdtls uses Obviously null-ls can't handle things like I'm wondering if, instead of If you think that's something reasonable, I would glagly offer a PR with the change. Cheers. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
For reference here is the fix I'm using locally : clement-buchart@26d87ce It would need to handle the client name not being the default value of 'jdt.ls' as it is configurable. |
Beta Was this translation helpful? Give feedback.
-
Could you try with #140 ? Went with a bit of a different approach to not depend on the name. And it might also lead to better error messages if the java-debug bundle isn't setup correctly. |
Beta Was this translation helpful? Give feedback.
-
Hello, Ah yes that looks like a better fix. Thank you. |
Beta Was this translation helpful? Give feedback.
Hello,
Ah yes that looks like a better fix.
The errors are gone on the
command-capabilities
branch.Thank you.