blob: ce827a821a7c5d58001c7f83c0f58740dc18cb54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
return {
settings = {
clangd = {
InlayHints = {
Designators = true,
Enabled = true,
ParameterNames = true,
DeducedTypes = true,
},
fallbackFlags = { "-std=c++20" },
},
}
}
|