Skip to content

v0.7.0

Compare
Choose a tag to compare
@SidOfc SidOfc released this 15 May 01:25
· 369 commits to master since this release

What's Changed

  • BREAKING: Drop support for Neovim versions below 0.7 by @SidOfc in #19
  • BREAKING: util.autocmd uses nvim_create_autocmd (>= 0.7.0) internally by @SidOfc in b4b57f7
  • BREAKING: util.command uses nvim_create_user_command (>= 0.7.0) internally by @SidOfc in e25a2d6
  • BREAKING: util.map uses builtin options.callback from nvim_*_keymap (>= 0.7.0) internally by @SidOfc in e25a2d6
  • BREAKING: Removed util.indexed_callback by @SidOfc in 54568a4
  • Change: Removed <esc> from settings.actions.quit default by @SidOfc in 8894cba
  • Fix: Typo in documentation by @SidOfc in 2f0eaf7

Full Changelog: v0.6.1...v0.7.0