summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorChristian Segundo2023-10-12 14:15:30 +0200
committerChristian Segundo2023-10-12 14:15:30 +0200
commitd5db665b1b01495be0859a790869c59bb29d34e6 (patch)
treeb3861e769b904de7db5675b0c918cd013651fc5f /public
parent411facf527dd4effaf67b6baaeeaa2ba5045bd1c (diff)
downloaddotfiles-d5db665b1b01495be0859a790869c59bb29d34e6.tar.gz
Add zls
Diffstat (limited to 'public')
-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
+}