Skip to content

Releases: rasulomaroff/reactive.nvim

v1.2.1

11 Apr 22:14
Compare
Choose a tag to compare

Fixes

  • fix(redraw): don't redraw a screen if there're no highlights applied 57f43fa
  • fix: adds a preset name to a scope when caching highlight 0a2cc41

Full Changelog: v1.2.0...v1.2.1

v1.2.0

05 Feb 09:48
Compare
Choose a tag to compare

Features

  • highlights are now synced whenever any preset is enabled/disabled or colorscheme is changed 17ea0bf
  • highlights are now removed when you stop the plugin using ReactiveStop command 85de9dc
  • highlights are now applied to every window when you start the plugin using ReactiveStart command 90efcf6

Fixes

  • removes duplicating help tags (closes #10) 0ad3aba

Full Changelog: v1.1.0...v1.2.0

v1.1.0

31 Jan 10:13
Compare
Choose a tag to compare

Features

  • new load field in the setup method

Fixes

  • setup method now respects configs field 5bbc737
  • configs field now overwrites preset values (wasn't working before) 5c30277

Other

  • README now has more information on how to load presets

Full Changelog: v1.0.0...v1.1.0

Initial release

30 Jan 09:07
Compare
Choose a tag to compare

Initial release

Apply highlights in different modes and operators, active and inactive windows.