Skip to content

Releases: mvllow/modes.nvim

v0.2.1

09 Jan 00:20
2cd194d
Compare
Choose a tag to compare

What's Changed

  • fix: operator highlighting with cutlass mappings by @TheBlob42 in #36
  • feat: handle visual highlight using ModeChanged event by @fitrh in #38

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Aug 15:08
3188692
Compare
Choose a tag to compare

What's Changed

  • reset colours on error by @mvllow in #15
  • breaking!: refactor options by @mvllow in #21
  • feat: add visual block-wise mode by @fitrh in #25
  • Modes testing by @treatybreaker in #27
  • refactor: use window-local highlights by @fitrh in #30
  • feat: add CursorLine{Sign,Fold} highlight by @fitrh in #32
  • refactor: use hi-default by @fitrh in #33

New Contributors

  • @treatybreaker made their first contribution in #27

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Feb 20:38
Compare
Choose a tag to compare

What's Changed

  • feat: use on_key, fix register_keystroke_callback deprecation by @fitrh in #4
  • feat: extend the deault config when passing partial options by @fitrh in #5
  • feat: apply line highlight only on focused buffer by @fitrh in #6
  • feat: allows user to set line highlight opacity per mode by @fitrh in #7
  • fix: allows user to override line_opacity with partial option by @fitrh in #9

New Contributors

  • @fitrh made their first contribution in #4

Full Changelog: https://github.com/mvllow/modes.nvim/commits/v0.1.0