mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: use the correct naming when setting up eruby formatter
This commit is contained in:
parent
13a4a84e34
commit
df9cfa5f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
ruby = { formatter },
|
ruby = { formatter },
|
||||||
eruby = { "erb-format" },
|
eruby = { "erb_format" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue