Skip to content

Releases: dstein64/nvim-scrollview

v6.0.0

08 Oct 04:17
Compare
Choose a tag to compare
  • Avoid ModeChanged events. Fixes #136.
  • Remove User ScrollViewRefresh autocmd.
  • Update sign API.

v5.2.2

29 Sep 21:40
Compare
Choose a tag to compare
  • Use foldmethod=manual for scrollview windows. Fixes #135.

v5.2.1

03 Jul 15:30
Compare
Choose a tag to compare
  • Use noremap instead of map for mouse mappings. Fixes #133.

v5.2.0

27 Jun 04:53
Compare
Choose a tag to compare
  • Add :ScrollViewLegend, which shows a legend for the plugin.
    • This can be helpful if you're unsure what a sign represents.
    • With the ! variant of the command, the legend will include the scrollbar and all registered signs (even those from disabled groups), regardless of their display status.
  • Signs are right-clickable
    • This can be helpful if you're unsure what a sign represents.
    • The popup menu includes entries for corresponding lines (that can be navigated to by selecting).

v5.1.0

18 Jun 16:51
Compare
Choose a tag to compare
  • Add a latestchange sign group.
    • Shows the location of the most recent edit.
  • Add a changelist sign group.
    • Shows previous, current, and next change list items.

v5.0.0

13 Nov 15:53
Compare
Choose a tag to compare
  • Simplify code.
    • Remove scrollview_signs_zindex, scrollview_signs_column, and scrollview_out_of_bounds_adjust.
    • Consider settings only at global scope.
  • Always position signs starting in the scrollbar column.
    • When there is a scrollbar in the same row as a sign, the sign is shifted.

v4.3.0

13 Oct 04:32
Compare
Choose a tag to compare
  • Improve performance when mousemoveevent is set.

v4.2.1

30 Jul 04:33
Compare
Choose a tag to compare
  • Remove mappings for refreshing scrollview.
    • vim.on_key is now used instead.

v4.2.0

17 Jul 18:49
Compare
Choose a tag to compare
  • Added [count] support to :ScrollViewNext and :ScrollViewPrev.
  • Highlight scrollbars and signs on mouse hover (requires :set mouse=... and :set mousemoveevent). #36
  • Consider wrapped lines. #50
  • New configuration variables
    • scrollview_refresh_mapping_desc (experimental) #97
    • scrollview_floating_windows (experimental) #91

v4.1.0

08 Jun 14:14
c492154
Compare
Choose a tag to compare
  • New configuration variables
    • scrollview_always_show
    • scrollview_include_end_region (experimental)
    • scrollview_diagnostics_severities
    • scrollview_marks_create_mappings