v2.0.0
v2 include the next additions
New languages
New commands
| Command | Description |
|---|---|
:CompilerRedo |
Redo the last selected option. |
New: Support for compiling multi-file programs
V1 only had the ability to compile single file programs.
Now it is possible to compile any project. Compiler.nvim will search recursively in the current working directory for the necessary files to compile the entry point of the program.
Others
- Minor bug fixes
- Code cleanup.
- Documentation now include more clear examples of how to pass parameters when using a
.solutionfile.
