diff options
| author | 2026-04-11 15:58:04 +0100 | |
|---|---|---|
| committer | 2026-04-11 15:58:04 +0100 | |
| commit | 0d5ac454b70c65fce9aaf164d34bf3d617ee8364 (patch) | |
| tree | 85380752c2ec11f377c7ec1c74ce448c36b233a5 /home/.config | |
| parent | f7b5515f632edbdd645cd6d75a3e41cc25345100 (diff) | |
| download | dotfiles-0d5ac454b70c65fce9aaf164d34bf3d617ee8364.tar.gz dotfiles-0d5ac454b70c65fce9aaf164d34bf3d617ee8364.tar.bz2 dotfiles-0d5ac454b70c65fce9aaf164d34bf3d617ee8364.zip | |
clangd: show how to configure a remote indexer
Diffstat (limited to 'home/.config')
| -rw-r--r-- | home/.config/clangd/config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/.config/clangd/config.yaml b/home/.config/clangd/config.yaml index 6558d1d..a50287d 100644 --- a/home/.config/clangd/config.yaml +++ b/home/.config/clangd/config.yaml @@ -14,3 +14,10 @@ InlayHints: DefaultArguments: Yes Hover: ShowAKA: Yes +# --- +# If: +# PathMatch: ~/llvm-project/.* +# Index: +# External: +# Server: clangd.devel.appentra.com:5900 +# MountPoint: /home/ruifm/work/pw-project |
