From 44041e46f873b1da8f724275aecb2a910b4f9323 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sat, 16 Jul 2022 12:16:45 +0200 Subject: [PATCH] zls: enable more features --- zls.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zls.json b/zls.json index 6a20358..ad0ea62 100644 --- a/zls.json +++ b/zls.json @@ -1,4 +1,6 @@ { "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 }