Releases: mvllow/modes.nvim
Releases · mvllow/modes.nvim
v0.2.1
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
- @TheBlob42 made their first contribution in #36
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
What's Changed
- feat: use
on_key
, fixregister_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
Full Changelog: https://github.com/mvllow/modes.nvim/commits/v0.1.0