mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +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
|
||||
{
|
||||
"clangd.fallbackFlags": ["-std=c++20"],
|
||||
"clangd.arguments": ["--query-driver=${workspaceFolder}/Toolchain/Local/**/*"],
|
||||
"semanticTokens.enable": true,
|
||||
"inlayHint.subSeparator": "︴",
|
||||
"inlayHints.enableParameter": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue