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. ;; Clangd LSP configuration.
(after! lsp-clangd (after! lsp-clangd
(setq lsp-clients-clangd-args (setq lsp-clients-clangd-args
'("-j=3" '("-j=8"
"--background-index" "--background-index"
"--clang-tidy" "--clang-tidy"
"--completion-style=detailed" "--completion-style=detailed"