From ba96a6996359c04fcc27cb132068884e3b41114d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 22 Oct 2024 19:48:21 +0200 Subject: [PATCH] Home Gen370 @ 2024-10-22-19:48 --- modules/home/doom/static/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index 46eea5d..0b83e6a 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -132,7 +132,9 @@ ))) (after! ccls - (setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build" :cache (:directory "" :format "json"))) + (setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build" :cache (:directory ".cache/ccls" :format "binary"))) (set-lsp-priority! 'ccls 1)) +(map! :desc "Show Doc-UI" "C-h" #'lsp-ui-doc-show) + (set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode))