More cores for clangd

This commit is contained in:
Wojciech Kozlowski 2024-01-18 21:19:14 +01:00
parent 8fdb3a6417
commit 3f9d374c49

View File

@ -204,7 +204,7 @@
;; Clangd LSP configuration.
(after! lsp-clangd
(setq lsp-clients-clangd-args
'("-j=3"
'("-j=8"
"--background-index"
"--clang-tidy"
"--completion-style=detailed"