summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/zig/.zls.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/zig/.zls.json b/public/zig/.zls.json
new file mode 100644
index 0000000..f332b93
--- /dev/null
+++ b/public/zig/.zls.json
@@ -0,0 +1,13 @@
+{
+ "zig_exe_path":"/opt/homebrew/bin/zig",
+ "zig_lib_path":"/opt/homebrew/Cellar/zig/HEAD-1697d44/lib/zig",
+ "enable_snippets":true,
+ "enable_unused_variable_warnings":true,
+ "enable_import_embedfile_argument_completions":true,
+ "warn_style":true,
+ "enable_semantic_tokens":true,
+ "enable_inlay_hints":true,
+ "operator_completions":true,
+ "include_at_in_builtins":false,
+ "max_detail_length":1048576
+}