From 594fb813315a13092caf0f864e3482346fd7f426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 22 Oct 2024 19:53:46 +0200 Subject: [PATCH] Home Gen371 @ 2024-10-22-19:53 --- modules/home/doom/static/config.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index 0b83e6a..49c9d43 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -129,11 +129,12 @@ "--header-insertion=never" "--header-insertion-decorators=0" "--compile-commands-dir=build" - ))) + )) + (set-lsp-priority! 'clangd 1)) (after! ccls (setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build" :cache (:directory ".cache/ccls" :format "binary"))) - (set-lsp-priority! 'ccls 1)) + (set-lsp-priority! 'ccls 2)) (map! :desc "Show Doc-UI" "C-h" #'lsp-ui-doc-show)