aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/clangd/config.yaml
blob: 8bf41bdfb870826269056419a15817a5b6be1c73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
Index:
  StandardLibrary: Yes
Diagnostics:
  ClangTidy:
    FastCheckFilter: None
  UnusedIncludes: Strict
  # MissingIncludes: Strict
  Includes:
    AnalyzeAngledIncludes: Yes
InlayHints:
  Enabled: Yes
  BlockEnd: Yes
  DefaultArguments: Yes
Hover:
  ShowAKA: Yes
---
If:
  PathMatch: /home/dev/llvm-project/.*
Index:
  External:
    Server: clangd-index.llvm.org:5900
    MountPoint: /home/dev/llvm-project/