Created
September 14, 2025 19:51
-
-
Save jnstq/eaa15fc85e11a71b79985e2a56440bef to your computer and use it in GitHub Desktop.
Change the print width for erb_format in LazyVim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return { | |
| "stevearc/conform.nvim", | |
| opts = { | |
| formatters = { | |
| erb_format = { | |
| args = { "--print-width", "120", "--stdin" }, | |
| }, | |
| }, | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment