From e7415782aa50a05f4f67b7db768ef05c5babb73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 22 Oct 2024 18:11:00 +0200 Subject: [PATCH] Home Gen369 @ 2024-10-22-18:10 --- 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 8e06ba0..46eea5d 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) :compilationDatabaseDirectory "build")) + (setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build" :cache (:directory "" :format "json"))) (set-lsp-priority! 'ccls 1)) (set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode))