mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tweak(cc): prioritize clangd over ccls
lsp-clangd's default priority is -1. Fix: #2689
This commit is contained in:
@ -215,6 +215,7 @@ This is ignored by ccls.")
|
||||
(after! lsp-mode (require 'ccls))
|
||||
:config
|
||||
(set-evil-initial-state! 'ccls-tree-mode 'emacs)
|
||||
(set-lsp-priority! 'ccls -2) ; Prioritize clangd over ccls
|
||||
;; Disable `ccls-sem-highlight-method' if `lsp-enable-semantic-highlighting'
|
||||
;; is nil. Otherwise, it appears ccls bypasses it.
|
||||
(setq-hook! 'lsp-configure-hook
|
||||
|
Reference in New Issue
Block a user