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