feat(format): add :lang erlang formatter
This commit is contained in:
parent
f80f52ba4f
commit
a9b4f6e219
2 changed files with 6 additions and 0 deletions
|
@ -4,3 +4,7 @@
|
|||
(assert! (or (not (modulep! +lsp))
|
||||
(modulep! :tools lsp))
|
||||
"This module requires (:tools lsp)")
|
||||
|
||||
(when (modulep! :editor format)
|
||||
(unless (executable-find "efmt")
|
||||
(warn! "Couldn't find efmt. Formatting will be disabled.")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue