Add separate package for lsp-metals
lsp-metals was extracted out of lsp-emacs into a separate package. This change adds that separate package to the scala module when the lsp feature is selected. Fixes hlissner/doom-emacs#3362
This commit is contained in:
parent
847bbf380c
commit
b80f5daf59
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@
|
|||
|
||||
(package! sbt-mode :pin "633a315ad4")
|
||||
(package! scala-mode :pin "46bb948345")
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(package! lsp-metals :pin "5468b638cd81b7d9ce9edc652c281b28bd775c23"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue