summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAndrew Kaster <akaster@serenityos.org>2023-03-10 02:22:12 -0700
committerAndrew Kaster <andrewdkaster@gmail.com>2023-03-13 08:00:09 -0600
commite32267c902c779678466294b5d00a87e67c94a05 (patch)
treea9a630903fc33e8980f1f3d40ef79f2e6aeead6f /Documentation
parentad5db213ca033d3ec1cd8caef9e3c154082eca48 (diff)
downloadserenity-e32267c902c779678466294b5d00a87e67c94a05.zip
Documentation: Add query-driver to clangd arguments in NvimConfiguration
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/NvimConfiguration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/NvimConfiguration.md b/Documentation/NvimConfiguration.md
index 2017ca7d93..86a4a8977a 100644
--- a/Documentation/NvimConfiguration.md
+++ b/Documentation/NvimConfiguration.md
@@ -47,6 +47,7 @@ system and customize the `inlayHints.sep` based on your preference.
```json
{
"clangd.fallbackFlags": ["-std=c++20"],
+ "clangd.arguments": ["--query-driver=${workspaceFolder}/Toolchain/Local/**/*"],
"semanticTokens.enable": true,
"inlayHint.subSeparator": "︴",
"inlayHints.enableParameter": true,