fix(doom): disable ccls rather than set clangd priority
This commit is contained in:
parent
07ed8315f4
commit
03ba73f147
1 changed files with 1 additions and 2 deletions
|
@ -111,8 +111,7 @@
|
|||
(setq lsp-haskell-formatting-provider "ormolu")
|
||||
|
||||
(after! lsp-mode
|
||||
(add-to-list 'lsp-enabled-clients 'clangd)
|
||||
(set-lsp-priority! 'clangd 1) ; ccls has priority 0
|
||||
(add-to-list 'lsp-disabled-clients 'ccls)
|
||||
)
|
||||
|
||||
;; --- --- Original Configuration Comments --- ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue