Replies: 6 comments 1 reply
|
@aleyrizvi First you have to get rid of anything existing related to java from the configuration. Then follow the instructions in the readme. Sometimes debugger is not working because it cannot find the project. To make sure, you can create a directory, and make it a git repository. Then create a java file and try to debug. |
|
https://github.com/nvim-java/play-lazyvim This is a sample configuration on lazyvim with nvim-java. |
|
@aleyrizvi I just realized even my local env is broken. It looks like due to the recent lazy.nvim changes. I'm looking into it right now. |
|
@aleyrizvi https://github.com/nvim-java/nvim-java/wiki/Lazyvim For debugger, you have to add the LazyExtra module like below. Lombok should be working by default. |
|
@aleyrizvi Note that you should not enable java in lazyvim or install nvim-jdtls for this plugin to work |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am new to neovim and java all together (yeah right :D)
I tried nvim-jdtls and made it working with dap. I am using lazyvim starter.
It did not have lombok support and since I am new, I couldn't configure it.
I tried nvim-java and it worked flawlessly, only that...the debugger is not working.
It says no config found.
Can you help please?
All reactions