Skip to content

Tags: zachcoyle/neoformat

Tags

v0.4.0

Toggle v0.4.0's commit message
Added autocompletion for filetypes with !

Now, :Neoformat! will complete available filetypes
And :Neoformat will still complete available formatters

v0.3.0

Toggle v0.3.0's commit message
Added stdin option for formatters (sbdchd#16)

Before:

buffer --> /tmp/file --> formatter --> /tmp/file --> buffer

Now (with 'stdin': 1):

buffer --> formatter --> buffer

Removed job_control as it isn't necessary

Adjusted formatters that support stdin to have stdin option set to 1.

v0.2.0

Toggle v0.2.0's commit message
Added check to make sure buffer is modifiable

Check &modifiable before starting neoformat

Also added logging to cmd definition

v0.1.1

Toggle v0.1.1's commit message
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`

v0.1.0

Toggle v0.1.0's commit message
update readme with vim compatibility

v0.0.1

Toggle v0.0.1's commit message
added docs 🐋