Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Hoping for a Complete Configuration Demo to Set Up and Run Java and Maven Projects #186

Open
1 task done
TomYule opened this issue May 15, 2024 · 3 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@TomYule
Copy link

TomYule commented May 15, 2024

Did you check the docs?

  • I have read all the docs

Is your feature request related to a problem? Please describe.

Hello, I really want to use your tool for Java development:
https://github.com/nvim-java/nvim-java

I referred to your LazyVim configuration, but I still can't debug, run, or work on Maven projects. I hope you can provide a demo with the complete LazyVim configuration that I can clone and use to run Java and Maven projects.

Here is my configuration:
https://github.com/TomYule/nvim

I don't know where the configuration went wrong. Please help me.

Describe the solution you'd like

Hello, I really want to use your tool for Java development:
https://github.com/nvim-java/nvim-java

I referred to your LazyVim configuration, but I still can't debug, run, or work on Maven projects. I hope you can provide a demo with the complete LazyVim configuration that I can clone and use to run Java and Maven projects.

Here is my configuration:
https://github.com/TomYule/nvim

I don't know where the configuration went wrong. Please help me.

Describe alternatives you've considered

Hello, I really want to use your tool for Java development:
https://github.com/nvim-java/nvim-java

I referred to your LazyVim configuration, but I still can't debug, run, or work on Maven projects. I hope you can provide a demo with the complete LazyVim configuration that I can clone and use to run Java and Maven projects.

Here is my configuration:
https://github.com/TomYule/nvim

I don't know where the configuration went wrong. Please help me.

Additional context

No response

@TomYule TomYule added the enhancement New feature or request label May 15, 2024
@s1n7ax
Copy link
Member

s1n7ax commented May 15, 2024

@TomYule I have this video where I'm setting up lazyvim from scratch.
https://youtu.be/CXv0WUX_E_Q

I have my own config but I'm using colemak DH so you will have to remove most of the mappings
https://github.com/s1n7ax/lazyvim-dotnvim

@TomYule
Copy link
Author

TomYule commented May 16, 2024

@TomYule I have this video where I'm setting up lazyvim from scratch. https://youtu.be/CXv0WUX_E_Q

I have my own config but I'm using colemak DH so you will have to remove most of the mappings https://github.com/s1n7ax/lazyvim-dotnvim

The demo you provided only runs Java tests, not Java in debug mode. It also seems that Maven support is missing, and the project being run is not a Maven project.

@s1n7ax
Copy link
Member

s1n7ax commented May 16, 2024

@TomYule It works on maven. In the video I do debug the main function. I see you have bunch of dap config are there for java. You shouldn't have any dap configurations for java. Adapter and configurations will be set by the plugin. Information you have here is not enough to debug at all. You can get the logs from ~/.local/share/nvim directory. Check if you can see any errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants