update system

This commit is contained in:
2025-10-10 15:38:40 +02:00
parent c1145e6319
commit 5ad6324de6
3 changed files with 16 additions and 13 deletions

View File

@@ -30,10 +30,14 @@ in
cmake.enable = true;
clangd = {
enable = true;
packageFallback = true;
cmd = [
"clangd"
"--offset-encoding=utf-16"
"--clang-tidy"
"--background-index"
"--limit-references=0"
"--cross-file-rename"
];
settings.InlayHints = {
Designators = true;