Load ccls.el after lsp-mode
lsp-mode is the package's entry point now, not lsp.
This commit is contained in:
parent
aa06309067
commit
5f47169c0e
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
|
|||
(use-package! ccls
|
||||
:when (featurep! +lsp)
|
||||
:unless (featurep! :tools lsp +eglot)
|
||||
:after lsp
|
||||
:after lsp-mode
|
||||
:init
|
||||
(after! projectile
|
||||
(add-to-list 'projectile-globally-ignored-directories ".ccls-cache")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue