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)