summaryrefslogtreecommitdiff
path: root/public/zig/.zls.json
blob: f332b93e3cb4312a0e2124164cd8ac1a4071c1e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
}