mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:27:45 +00:00
Documentation: Add query-driver to clangd arguments in NvimConfiguration
This commit is contained in:
parent
ad5db213ca
commit
e32267c902
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ system and customize the `inlayHints.sep` based on your preference.
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"clangd.fallbackFlags": ["-std=c++20"],
|
"clangd.fallbackFlags": ["-std=c++20"],
|
||||||
|
"clangd.arguments": ["--query-driver=${workspaceFolder}/Toolchain/Local/**/*"],
|
||||||
"semanticTokens.enable": true,
|
"semanticTokens.enable": true,
|
||||||
"inlayHint.subSeparator": "︴",
|
"inlayHint.subSeparator": "︴",
|
||||||
"inlayHints.enableParameter": true,
|
"inlayHints.enableParameter": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue