mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +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: https://github.com/SerenityOS/serenity/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
|
||||
{
|
||||
"clangd.fallbackFlags": ["-std=c++20"],
|
||||
"clangd.arguments": ["--query-driver=${workspaceFolder}/Toolchain/Local/**/*"],
|
||||
"semanticTokens.enable": true,
|
||||
"inlayHint.subSeparator": "︴",
|
||||
"inlayHints.enableParameter": true,
|
||||
|
|
Loading…
Reference in a new issue