Releases: dstein64/nvim-scrollview
Releases · dstein64/nvim-scrollview
v6.0.0
- Avoid
ModeChanged
events. Fixes #136.
- Remove
User ScrollViewRefresh
autocmd.
- Update sign API.
v5.2.2
- Use
foldmethod=manual
for scrollview windows. Fixes #135.
v5.2.1
- Use
noremap
instead of map
for mouse mappings. Fixes #133.
v5.2.0
- 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
- 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
- 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
- Improve performance when
mousemoveevent
is set.
v4.2.1
- Remove mappings for refreshing scrollview.
vim.on_key
is now used instead.
v4.2.0
- 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
- New configuration variables
scrollview_always_show
scrollview_include_end_region
(experimental)
scrollview_diagnostics_severities
scrollview_marks_create_mappings