Skip to content

Commit 386c9fe

Browse files
committed
document build on save in helix config guide
1 parent 2dbe595 commit 386c9fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/zls/editors/helix.smd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ command = "/path/to/zls_executable"
2626
# Further information on how to configure ZLS:
2727
# https://zigtools.org/zls/configure/
2828

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+
2935
# omit the following line if `zig` is in your PATH
3036
config.zig_exe_path = "/path/to/zig_executable"
3137
```

0 commit comments

Comments
 (0)