mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/scala: replace ensime with metals
Ensime just went missing from everywhere. On [[ensime.github.io]], they encourage to switch to metals - a new Scala language server already supported by lsp-mode. This commit: - removes ensime completely - adds a doctor.el to check for metals-emacs binary Original issue: https://discordapp.com/channels/406534637242810369/406554085794381833/628809956103028747 Metals: https://scalameta.org/metals/docs/editors/emacs.html
This commit is contained in:
@ -3,9 +3,3 @@
|
||||
|
||||
(package! sbt-mode)
|
||||
(package! scala-mode)
|
||||
|
||||
(unless (featurep! +lsp)
|
||||
;; Fix #1697: Ensime doesn't have a master branch and its MELPA recipe doesn't
|
||||
;; specify a branch. Straight can't handle packages with non-standard primary
|
||||
;; branches (at the time of writing), so we must specify it manually:
|
||||
(package! ensime :recipe (:branch "2.0")))
|
||||
|
Reference in New Issue
Block a user