Home Gen361 @ 2024-10-19-18:37
This commit is contained in:
parent
89c29b7a8a
commit
e25f6fccad
@ -120,3 +120,14 @@
|
|||||||
|
|
||||||
(set-frame-parameter nil 'alpha-background 85)
|
(set-frame-parameter nil 'alpha-background 85)
|
||||||
(add-to-list 'default-frame-alist '(alpha-background . 85))
|
(add-to-list 'default-frame-alist '(alpha-background . 85))
|
||||||
|
|
||||||
|
(after! lsp-clangd
|
||||||
|
(setq lsp-clients-clangd-args
|
||||||
|
'("--background-index"
|
||||||
|
"--clangd-tidy"
|
||||||
|
"--completion-style=detailed"
|
||||||
|
"--header-insertion=never"
|
||||||
|
"--header-insertion-decorators=0"
|
||||||
|
"--compile-commands-dir=build"
|
||||||
|
))
|
||||||
|
(set-lsp-priority! 'clangd 2))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user