mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -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:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user