Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
6a9295d0
Commit
6a9295d0
authored
Nov 11, 2021
by
Waqar Ahmed
Browse files
Add more options for clangd
parent
c8a19506
Pipeline
#96587
passed with stage
in 4 minutes and 15 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/settings.json
View file @
6a9295d0
...
...
@@ -11,7 +11,7 @@
"highlightingModeRegex"
:
"^BibTeX$"
},
"c"
:
{
"command"
:
[
"clangd"
,
"-log=error"
,
"--background-index"
],
"command"
:
[
"clangd"
,
"-log=error"
,
"--background-index"
,
"--limit-results=500"
,
"--completion-style=bundled"
],
"commandDebug"
:
[
"clangd"
,
"-log=verbose"
,
"--background-index"
],
"url"
:
"https://clang.llvm.org/extra/clangd/"
,
"highlightingModeRegex"
:
"^(C|ANSI C89|Objective-C)$"
...
...
Waqar Ahmed
@waqar
mentioned in commit
12951bb6
·
Nov 12, 2021
mentioned in commit
12951bb6
mentioned in commit 12951bb607f7d590dc52fe404f7d7515ad6dddf3
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment