feat: Created zig wrapper.

This commit is contained in:
2026-04-17 16:01:44 -04:00
committed by Spencer Brower
parent 09df5639a7
commit a7be0c719d
3 changed files with 37 additions and 20 deletions

2
.envrc
View File

@@ -1,3 +1,3 @@
use flake
export PATH="./vendor/zig:$PATH"
export PATH=".:./deps/zig:./deps/zls:$PATH"