Releases: cappyzawa/trim.nvim
Releases · cappyzawa/trim.nvim
Release v0.10.2
chore(build): auto-generate vimdoc
Release v0.10.1
Full Changelog: v0.10.0...v0.10.1
Release v0.10.0
What's Changed
- feat: separate highlight_bg and highlight_ctermbg by @budimanjojo in #20
New Contributors
- @budimanjojo made their first contribution in #20
Full Changelog: v0.9.0...v0.10.0
Release v0.9.0
chore(build): auto-generate vimdoc
Release v0.8.1
Full Changelog: v0.8.0...v0.8.1
Release v0.8.0
What's Changed
- add user command Trim and config.trim_on_write by @rtgiskard in #16
New Contributors
- @rtgiskard made their first contribution in #16
Full Changelog: v0.7.0...v0.8.0
Release v0.7.0
Release v0.6.0
🚨 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.
- if you want to remove multiple blank lines, you need to specify
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
🚨 Breaking
- This plugin no longer supports Neovim below v0.7.0.
Release v0.4.0
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.)