Skip to content

v2.3.0

Compare
Choose a tag to compare
@Zeioth Zeioth released this 22 Aug 05:35
· 515 commits to main since this release

Starting this version, Compiler.nvim is considered ready for production, and only minor bug fixes and support for new languages will be added. No breaking changes are expected from this point.

Improvements

This version contain minor new features for .solution.toml.

.solution.toml: Now accept inline comments.
.solution.toml: Can now run multiple executables.
screenshot_2023-08-21_04-13-36_103796398
In previous versions, it was only possible to run one executable per solution. This new change cover border cases where an executable may depend on one or many executable to work properly. This way you don't have to manually run them of the terminal. All executable will be launched in parallel every time you use build solution.