We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbe595 commit 386c9feCopy full SHA for 386c9fe
content/zls/editors/helix.smd
@@ -26,6 +26,12 @@ command = "/path/to/zls_executable"
26
# Further information on how to configure ZLS:
27
# https://zigtools.org/zls/configure/
28
29
+# Whether to enable build-on-save diagnostics
30
+#
31
+# Further information about build-on save:
32
+# https://zigtools.org/zls/guides/build-on-save/
33
+# config.enable_build_on_save = true
34
+
35
# omit the following line if `zig` is in your PATH
36
config.zig_exe_path = "/path/to/zig_executable"
37
```
0 commit comments