We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It order to use Compiler.nvim with zig, you must initialize your project directory with zig init-exe or zig init-lib.
zig init-exe
zig init-lib
Then you will be able to use it
The provided compiler options can build exec or libs, depending the kind of project.