fix(doom): disable ccls rather than set clangd priority

This commit is contained in:
Infinidoge 2023-02-15 16:07:01 -05:00
parent 07ed8315f4
commit 03ba73f147

View file

@ -111,8 +111,7 @@
(setq lsp-haskell-formatting-provider "ormolu") (setq lsp-haskell-formatting-provider "ormolu")
(after! lsp-mode (after! lsp-mode
(add-to-list 'lsp-enabled-clients 'clangd) (add-to-list 'lsp-disabled-clients 'ccls)
(set-lsp-priority! 'clangd 1) ; ccls has priority 0
) )
;; --- --- Original Configuration Comments --- --- ;; --- --- Original Configuration Comments --- ---