Replies: 1 comment
-
.git is already there as a root marker. Following properties are available for configuration. You can pass the changes to the setup function. https://github.com/nvim-java/nvim-java/blob/main/lua/java/config.lua |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to write a java project using make as my build tool. I like how gradle and maven projects are automatically configured. Is it possible to have the same configuration of make projects? Even a .git folder as root_marker would probably serve the purpose.
But maybe I am just doing something wrong and that is already working. I am getting the warning "Main.java is a non-project file, only syntax errors are reported" and there is some functionality lacking.
Beta Was this translation helpful? Give feedback.
All reactions