fix(dart,scala,swift,treemacs): ignore lsp-* packages for eglot

Close: #7441
Co-authored-by: itome <itome@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2023-09-19 21:19:23 +02:00
parent 531a8bdfeb
commit fed0f49ca7
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
4 changed files with 8 additions and 4 deletions

View file

@ -4,7 +4,8 @@
(package! swift-mode :pin "1244ee48de1895d33f55fed81fc90acda0c901f1")
(if (modulep! +lsp)
(package! lsp-sourcekit :pin "468c641e35877e4e843f6b7c52a35937de562995")
(unless (modulep! :tools lsp +eglot)
(package! lsp-sourcekit :pin "468c641e35877e4e843f6b7c52a35937de562995"))
(when (modulep! :completion company)
(package! company-sourcekit :pin "a1860ad4dd3a542acd2fa0dfac2a388cbdf4af0c"))
(when (and (modulep! :checkers syntax)