Skip to content

Releases: sbdchd/neoformat

Visual Selection Formatter

10 Jan 04:52
Compare
Choose a tag to compare

Now you can format visual selections.

Stdin Option Added, Goodbye to job_control

06 Jan 02:54
Compare
Choose a tag to compare

Added option for formatters to receive data via stdin.

Now using system() instead of job_control

shfmt & pandoc flavored markdown support

05 Dec 02:44
Compare
Choose a tag to compare
Added check to make sure buffer is modifiable

Check &modifiable before starting neoformat

Also added logging to cmd definition

Composite filetypes == Okay

28 Sep 21:40
Compare
Choose a tag to compare
added fix for composite filetypes

Now, instead of spitting an error message into (n)vim's messages,
the composite filetype is split and the first filetype is used.
e.g. `javascript.jsx` --> `javascript`

Neoformat, now with Vim support.

21 Jul 02:13
Compare
Choose a tag to compare
v0.1.0

update readme with vim compatibility

v0.0.1

07 Apr 03:02
Compare
Choose a tag to compare
added docs 🐋