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"