Fix lsp packages failing to load
As of emacs-lsp/lsp-mode@b9b0f34 there is no more lsp-clients, so load these lsp packages after lsp-mode instead.
This commit is contained in:
parent
91ab02951d
commit
f6f90c9791
5 changed files with 7 additions and 6 deletions
|
@ -252,7 +252,8 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
|
|||
|
||||
|
||||
(use-package! ccls
|
||||
:when (and (featurep! +lsp) (not (featurep! :tools lsp +eglot)))
|
||||
:when (featurep! +lsp)
|
||||
:unless (featurep! :tools lsp +eglot)
|
||||
:after lsp
|
||||
:init
|
||||
(after! projectile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue