From 3f9d374c4904cb4bcda7ed408f59c9cab3c2f0f2 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Thu, 18 Jan 2024 21:19:14 +0100 Subject: [PATCH] More cores for clangd --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.el b/config.el index 703efb8..bdda833 100644 --- a/config.el +++ b/config.el @@ -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"