mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
531b8cd5e6
Signed-off-by: Magic_RB <magic_rb@redalder.org>
369 B
369 B
Scala
(use-package scala-mode
:straight t)
(use-package lsp-metals
:straight t
:custom
(lsp-metals-enable-semantic-highlighting t)
:hook (scala-mode . lsp))