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:
parent
531a8bdfeb
commit
fed0f49ca7
4 changed files with 8 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue