Releases: dstein64/nvim-scrollview
Releases · dstein64/nvim-scrollview
v2.3.0
- When scrollbar refreshing takes long, switch from
virtual
scrollview mode to simple
mode.
- Refresh scrollbars after
zf
is used to create a fold in normal mode.
v2.2.0
- Improve speed when there are many folds.
v2.0.2
- Fix an issue where dragging a scrollbar with the mouse could end with a lag when
foldmethod=syntax
(Issue #20).
v2.0.1
- Use a temporary workspace window to avoid side-effects that arise from temporarily moving the cursor.
- Issue #18 and Issue #19 are both resolved.
v2.0.0
- Make
virtual
scrollview mode faster and use it as the default mode.
- Drop support for
flexible
scrollview mode.
v1.2.0
- Add support for dragging scrollbars with the mouse
v1.1.1
- Fix an issue where Neovim's diff mode would not function properly.
v1.0.1
- Document Issue #10 under
:help scrollview-issues
, along with proposed workarounds.