From e25f6fccad0712024425feaca0dd7667d51d6bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 19 Oct 2024 18:37:52 +0200 Subject: [PATCH] Home Gen361 @ 2024-10-19-18:37 --- modules/home/doom/static/config.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index 8107e4a..7643259 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -120,3 +120,14 @@ (set-frame-parameter nil '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))