mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
Documentation: Add query-driver to clangd arguments in NvimConfiguration
This commit is contained in:
parent
ad5db213ca
commit
e32267c902
Notes:
sideshowbarker
2024-07-16 23:54:15 +09:00
Author: https://github.com/ADKaster
Commit: e32267c902
Pull-request: https://github.com/SerenityOS/serenity/pull/17788
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/kennethmyhra
Reviewed-by: https://github.com/kleinesfilmroellchen
Reviewed-by: https://github.com/linusg
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