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

@ -11,5 +11,6 @@
(package! treemacs-magit))
(when (modulep! :ui workspaces)
(package! treemacs-persp))
(when (modulep! +lsp)
(when (and (modulep! +lsp)
(not (modulep! :tools lsp +eglot)))
(package! lsp-treemacs :pin "e66ae2196503d4e84334519e56b4388feffa5060"))