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
|
@ -3,7 +3,8 @@
|
|||
|
||||
(package! dart-mode :pin "9c846769abd37f7fdc7ba8388d1f3a2b844b75e3")
|
||||
|
||||
(when (modulep! +lsp)
|
||||
(when (and (modulep! +lsp)
|
||||
(not (modulep! :tools lsp +eglot)))
|
||||
(package! lsp-dart :pin "3db9f93c83052d6a8976c92d67d2b24473930760"))
|
||||
|
||||
(when (modulep! +flutter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue