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")
(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 --- ---