Skip to content

Releases: cappyzawa/trim.nvim

Release v0.10.2

15 Mar 04:27
Compare
Choose a tag to compare
chore(build): auto-generate vimdoc

Release v0.10.1

09 Mar 15:28
Compare
Choose a tag to compare

Release v0.10.0

09 Mar 15:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

Release v0.9.0

26 Feb 13:16
Compare
Choose a tag to compare
chore(build): auto-generate vimdoc

Release v0.8.1

03 Mar 13:03
Compare
Choose a tag to compare

Release v0.8.0

03 Mar 08:51
9202bc3
Compare
Choose a tag to compare

What's Changed

  • add user command Trim and config.trim_on_write by @rtgiskard in #16

New Contributors

Full Changelog: v0.7.0...v0.8.0

Release v0.7.0

28 Feb 14:06
Compare
Choose a tag to compare

Full Changelog: v0.6.0...v0.7.0

✨ New Features

  • :TrimToggle command
    • toggle trim on save

Release v0.6.0

18 Oct 08:57
9091506
Compare
Choose a tag to compare

🚨 Breaking

  • Multiple blank lines are no longer changed to a single line by default.
    • if you want to remove multiple blank lines, you need to specify patterns in config.

What's Changed

  • Apply user defined config by @mason-731 in #12
  • add boolean config options for common patterns by @tobdob in #14

New Contributors

  • @mason-731 made their first contribution in #12
  • @tobdob made their first contribution in #14

Full Changelog: v0.5.0...v0.6.0

Release v0.5.0

27 May 15:43
Compare
Choose a tag to compare

🚨 Breaking

  • This plugin no longer supports Neovim below v0.7.0.

Release v0.4.0

22 May 19:25
Compare
Choose a tag to compare

⚠️ Warning ⚠️

This plugin started using vim.api.nvim_create_augroup and vim.api.nvim_create_autocmd.
These are functions built-in since Neovim v0.7.0.
This version will work with Neovim 0.7.0 or lower but only with 0.7.0+ or higher in the next version.
(This plugin notifies WARNING to users affected by the next version or later.)