Releases: dstein64/nvim-scrollview
Releases · dstein64/nvim-scrollview
v6.2.2
v6.2.1
v6.2.0
v6.1.0
- Add
scrollview_hide_bar_for_insertandscrollview_signs_hidden_for_insertsettings. - Add an
indentsign group.- Shows signs for unexpected indentation characters (e.g., tabs when
expandtabis set)
- Shows signs for unexpected indentation characters (e.g., tabs when
- Add a
scrollview_hide_on_text_intersectoption (experimental). - Use
vim.on_keyfor mouse functionality instead of mappings (starting with Neovim v0.11). - Add a
keywordssign group.- Shows signs for keywords like
WARN,TODO, etc. (see:help scrollview-signs-keywordsfor customization info)
- Shows signs for keywords like
- When right-clicking a sign, the corresponding sign group can be disabled by clicking the group name (on the top line of the popup), then selecting disable.
v6.0.0
v5.2.2
v5.2.1
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
v5.0.0
- Simplify code.
- Remove
scrollview_signs_zindex,scrollview_signs_column, andscrollview_out_of_bounds_adjust. - Consider settings only at global scope.
- Remove
- Always position signs starting in the scrollbar column.
- When there is a scrollbar in the same row as a sign, the sign is shifted.