remove lsp-scala

lsp-scala is deprecated. It's now bundled in lsp-mode as lsp-metals.
This commit is contained in:
James Ravn 2019-06-27 18:26:43 +01:00
parent 81cf6080bf
commit a639d36a92
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!))