From b9afb8b64c9a2d8301a34a815874a19f3045e2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 22 Oct 2024 01:13:47 +0200 Subject: [PATCH] Home Gen368 @ 2024-10-22-01:13 --- modules/home/doom/static/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index 85f815b..8e06ba0 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -132,7 +132,7 @@ ))) (after! ccls - (setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t))) + (setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build")) (set-lsp-priority! 'ccls 1)) (set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode))