mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Load ccls.el after lsp-mode
lsp-mode is the package's entry point now, not lsp.
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user