ledger / vim-ledger

Vim plugin for Ledger
GNU General Public License v2.0
370 stars 56 forks source link

Support using `gq` (formatexpr) to align registers #133

Closed parmort closed 2 years ago

parmort commented 2 years ago

This aims to plug the existing formatting code into vim's formatexpr option, which is a standard way to allow code formatters.

parmort commented 2 years ago

Yeah, I was debating what was best to do. I think it might be better to split it into two functions. Let me push a commit up.

alerque commented 2 years ago

Thanks for taking the time to contribute!