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,5 +4,6 @@
|
|||
(package! sbt-mode :pin "9fe1e8807c22cc1dc56a6233e000969518907f4d")
|
||||
(package! scala-mode :pin "5d7cf21c37e345c49f921fe5111a49fd54efd1e0")
|
||||
|
||||
(when (modulep! +lsp)
|
||||
(when (and (modulep! +lsp)
|
||||
(not (modulep! :tools lsp +eglot)))
|
||||
(package! lsp-metals :pin "a2df7263ece6ac69214e41c52d66aab8d3f650eb"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue