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. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/nvim-java/play-lazyvim This is a sample configuration on lazyvim with nvim-java. |
Beta Was this translation helpful? Give feedback.
-
@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. |
Beta Was this translation helpful? Give feedback.
-
@aleyrizvi Do you have your config in github? |
Beta Was this translation helpful? Give feedback.
-
@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. |
Beta Was this translation helpful? Give feedback.
-
@aleyrizvi Note that you should not enable java in lazyvim or install nvim-jdtls for this plugin to work |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions