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))