From e32267c902c779678466294b5d00a87e67c94a05 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Fri, 10 Mar 2023 02:22:12 -0700 Subject: [PATCH] Documentation: Add query-driver to clangd arguments in NvimConfiguration --- Documentation/NvimConfiguration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NvimConfiguration.md b/Documentation/NvimConfiguration.md index 2017ca7d938..86a4a8977a4 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,