Skip to content

zig compiler

Zeioth edited this page Jul 16, 2024 · 7 revisions

It order to use Compiler.nvim with zig, you must initialize your project directory with zig init-exe or zig init-lib.

screenshot_2024-07-16_14-21-05_521299135

Then you will be able to use it

screenshot_2024-07-16_14-20-56_561333862

The provided compiler options can build exec or libs, depending the kind of project.