sbdchd / neoformat

:sparkles: A (Neo)vim plugin for formatting code.
BSD 2-Clause "Simplified" License
1.97k stars 188 forks source link

feat(latexindent): add `opts` array to modify params #451

Closed carlosala closed 1 year ago

carlosala commented 1 year ago

Hi! This change makes easier to use latexindent with -m flag, that allows the formatter to modify linebreaks, and of course makes it possible to add some other parameters that might be useful for the final user. Thanks!