remove lsp-scala
lsp-scala is deprecated. It's now bundled in lsp-mode as lsp-metals.
This commit is contained in:
parent
81cf6080bf
commit
a639d36a92
2 changed files with 3 additions and 7 deletions
|
@ -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!))
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
(package! sbt-mode)
|
||||
(package! scala-mode)
|
||||
|
||||
(if (featurep! +lsp)
|
||||
(package! lsp-scala)
|
||||
(unless (featurep! +lsp)
|
||||
(package! ensime))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue