diff options
author | Christian Segundo | 2023-10-12 14:15:30 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-12 14:15:30 +0200 |
commit | d5db665b1b01495be0859a790869c59bb29d34e6 (patch) | |
tree | b3861e769b904de7db5675b0c918cd013651fc5f /public/zig/.zls.json | |
parent | 411facf527dd4effaf67b6baaeeaa2ba5045bd1c (diff) | |
download | dotfiles-d5db665b1b01495be0859a790869c59bb29d34e6.tar.gz |
Add zls
Diffstat (limited to 'public/zig/.zls.json')
-rw-r--r-- | public/zig/.zls.json | 13 |
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 +} |