Skip to content

zig compiler

Zeioth edited this page Aug 30, 2023 · 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_2023-08-30_10-26-20_405237831

Then you will be able to use it

screenshot_2023-08-30_10-29-30_635385950

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

Clone this wiki locally