From d5db665b1b01495be0859a790869c59bb29d34e6 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 12 Oct 2023 14:15:30 +0200 Subject: Add zls --- public/zig/.zls.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 public/zig/.zls.json (limited to 'public') 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 +} -- cgit v1.2.3