Update 2025-11-25

This commit is contained in:
2025-11-25 20:19:44 +02:00
parent f5c52bcc9d
commit 0602afb25a
7 changed files with 48 additions and 42 deletions

View File

@@ -19,6 +19,10 @@ return {
features = "all",
extraEnv = { RUSTC_WRAPPER = "sccache" },
},
check = {
features = "all",
command = "clippy",
},
completion = {
fullFunctionSignatures = { enable = true },
termSearch = { enable = true },