Closed
Description
I would like to be able to format lua code when I save the buffer in Vim / NeoVim. This can be done with the vim-codefmt plugin, but it requires formatters to operate on stdin; this is because the file may not yet be saved, and also because you can select a range of text to format - but textrange is an optional feature we can leave disabled, as I see you have some problems with that currently.
So, can we have a flag that just takes the stdin as the entire file contents?
I've done a start on integrating to vim-codefmt here but it needs the TODO fixed. See also the issue on vim-codefmt.
Metadata
Metadata
Assignees
Labels
No labels