Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork78
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.11.2 Build type: Release LuaJIT 2.1.1748459687
Operating system/version
MacOs Monterey 12.7.5
Describe the bug
I tried to integrate the nvim-java plugin in my nvim config.
Before that I tried also to make it work with nvim-jdtls
The result is almost the same though I do prefer the nvim java plugin because it is much cleaner.
Outside from some exception I could not get the lsp references and definition to work.
Not even the telescope plugin with its search capabilities while it works for other lsp f.e Vtls for javascript or for go
I am not sure if it has to do with my operating system or the java version. (21 correto )
https://github.com/IoannisLafiotis/Config
I also tried the lean version from the devcontainer image without any other package installed and still could not get it to work at its full potential.
Let me know If I can provide more information about it because I really want to work with nvim instead of other IDEs.
Steps To Reproduce
Try to add the root markers in the jdtls to initiate it,
Check if the lsp references or the telescope works.
Check if the Java commands work
Expected Behavior
No editor command Lsp References or no references found.
Java commands do not work.
That means that the lsp gets deattached.