-
-
Notifications
You must be signed in to change notification settings - Fork 38
Java compiler
Zeioth edited this page Aug 27, 2023
·
11 revisions
To use Compiler.nvim with real world java projects, we recommend you to create a .solution.toml
in your project root directory, to tell compiler.nvim where to find the entry_point
file, and where to compile the output
.class files. You can check this example.