Skip to content

Commit 9a692a1

Browse files
committed
Better defaults for clangd
Seems like the defaults are causing confusion Fixes #2634 Fixes #2503
1 parent 5868df5 commit 9a692a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-clangd.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ find a suitable one. Set this variable before loading lsp."
173173
"Clang default executable full path when found.
174174
This must be set only once after loading the clang client.")
175175

176-
(defcustom lsp-clients-clangd-args '()
176+
(defcustom lsp-clients-clangd-args '("--header-insertion-decorators=0")
177177
"Extra arguments for the clangd executable."
178178
:group 'lsp-clangd
179179
:risky t

0 commit comments

Comments
 (0)