diff --git a/zig/.config/zls.json b/zig/.config/zls.json new file mode 100644 index 0000000..6c4e399 --- /dev/null +++ b/zig/.config/zls.json @@ -0,0 +1,4 @@ +{ + "enable_build_on_save" : true, + "build_on_save_step" : "check" +}