zls: enable more features

This commit is contained in:
joachimschmidt557 2022-07-16 12:16:45 +02:00
parent 7ec1ef59ef
commit 44041e46f8
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -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
} }