tweak(doom): enable clangd C lsp

This commit is contained in:
Infinidoge 2023-02-02 11:26:43 -05:00
parent c2d1aed3ba
commit dd5d24fe3b
3 changed files with 9 additions and 1 deletions

View file

@ -110,6 +110,11 @@
(setq lsp-csharp-server-path (executable-find "omnisharp"))
(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
)
;; --- --- Original Configuration Comments --- ---
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
;; are the three important ones: