Skip to content

Instantly share code, notes, and snippets.

@jnstq
Created September 14, 2025 19:51
Show Gist options
  • Select an option

  • Save jnstq/eaa15fc85e11a71b79985e2a56440bef to your computer and use it in GitHub Desktop.

Select an option

Save jnstq/eaa15fc85e11a71b79985e2a56440bef to your computer and use it in GitHub Desktop.
Change the print width for erb_format in LazyVim
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