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!))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue