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)