Skip to content

v2.0.0

Choose a tag to compare

@Zeioth Zeioth released this 25 Jul 18:55
· 673 commits to main since this release
61a51f3

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.

screenshot_2023-07-25_20-54-02_288809729

Others

  • Minor bug fixes
  • Code cleanup.
  • Documentation now include more clear examples of how to pass parameters when using a .solution file.