fix: use the correct naming when setting up eruby formatter

This commit is contained in:
Willian Fernandes 2024-10-22 06:48:14 -03:00
parent 13a4a84e34
commit df9cfa5f8c

View file

@ -64,7 +64,7 @@ return {
opts = {
formatters_by_ft = {
ruby = { formatter },
eruby = { "erb-format" },
eruby = { "erb_format" },
},
},
},