Load ccls.el after lsp-mode

lsp-mode is the package's entry point now, not lsp.
This commit is contained in:
Henrik Lissner 2020-08-31 22:54:33 -04:00
parent aa06309067
commit 5f47169c0e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -254,7 +254,7 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
(use-package! ccls (use-package! ccls
:when (featurep! +lsp) :when (featurep! +lsp)
:unless (featurep! :tools lsp +eglot) :unless (featurep! :tools lsp +eglot)
:after lsp :after lsp-mode
:init :init
(after! projectile (after! projectile
(add-to-list 'projectile-globally-ignored-directories ".ccls-cache") (add-to-list 'projectile-globally-ignored-directories ".ccls-cache")