Emacs: Start lsp-mode even if clangd is not installed.
I use lsp-mode for more things now.
This commit is contained in:
parent
c79c3c7b29
commit
4c5b029f3a
|
@ -11,7 +11,7 @@
|
|||
|
||||
;; Client for Language Server Protocol servers.
|
||||
(use-package lsp-mode
|
||||
:if (and (executable-find "clangd") (not slow-computer))
|
||||
:unless slow-computer
|
||||
:defines (lsp-clients-clangd-args)
|
||||
:diminish lsp-mode
|
||||
:custom ((lsp-prefer-flymake nil) ; Disable flymake.
|
||||
|
|
Loading…
Reference in New Issue
Block a user