zls: enable more features
This commit is contained in:
parent
7ec1ef59ef
commit
44041e46f8
1 changed files with 3 additions and 1 deletions
4
zls.json
4
zls.json
|
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
"enable_semantic_tokens": true,
|
"enable_semantic_tokens": true,
|
||||||
"zig_lib_path": "/home/joachim/src/zig/lib"
|
"zig_lib_path": "/home/joachim/src/zig/lib",
|
||||||
|
"enable_unused_variable_warnings": true,
|
||||||
|
"enable_import_embedfile_argument_completions": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue