-
-
Notifications
You must be signed in to change notification settings - Fork 44
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_point file, and whete to compile the output .class files. You can check this example.