mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
feat(format): add :lang scala formatter
This commit is contained in:
@ -11,3 +11,7 @@
|
||||
(if (and (modulep! +lsp)
|
||||
(not (executable-find "metals")))
|
||||
(warn! "metals isn't installed"))
|
||||
|
||||
(when (modulep! :editor format)
|
||||
(unless (executable-find "scalafmt")
|
||||
(warn! "Couldn't find scalafmt. Formatting will be disabled.")))
|
||||
|
Reference in New Issue
Block a user