mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user