We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5868df5 commit 9a692a1Copy full SHA for 9a692a1
clients/lsp-clangd.el
@@ -173,7 +173,7 @@ find a suitable one. Set this variable before loading lsp."
173
"Clang default executable full path when found.
174
This must be set only once after loading the clang client.")
175
176
-(defcustom lsp-clients-clangd-args '()
+(defcustom lsp-clients-clangd-args '("--header-insertion-decorators=0")
177
"Extra arguments for the clangd executable."
178
:group 'lsp-clangd
179
:risky t
0 commit comments