Merge pull request #1518 from jsravn/improve-scala-lsp

Remove lsp-scala, as lsp-metals is bundled in lsp-mode
This commit is contained in:
Henrik Lissner 2019-06-27 20:48:48 +02:00 committed by GitHub
commit 501ed32ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -27,8 +27,5 @@
:after scala-mode
:config (set-repl-handler! 'scala-mode #'run-scala))
(def-package! lsp-scala
:when (featurep! +lsp)
:after scala-mode
:init (add-hook 'scala-mode-hook #'lsp!))
(when (featurep! +lsp)
(add-hook 'scala-mode-hook #'lsp!))

View File

@ -4,6 +4,5 @@
(package! sbt-mode)
(package! scala-mode)
(if (featurep! +lsp)
(package! lsp-scala)
(unless (featurep! +lsp)
(package! ensime))