Skip to content

Releases: dstein64/nvim-scrollview

v2.3.0

13 Mar 06:49
Compare
Choose a tag to compare
  • 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

09 Mar 03:02
0b9d6cf
Compare
Choose a tag to compare
  • Improve speed when there are many folds.

v2.1.0

03 Mar 21:51
73915bc
Compare
Choose a tag to compare

v2.0.2

01 Mar 19:06
Compare
Choose a tag to compare
  • Fix an issue where dragging a scrollbar with the mouse could end with a lag when foldmethod=syntax (Issue #20).

v2.0.1

28 Feb 05:12
Compare
Choose a tag to compare
  • 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

26 Feb 21:53
48344ed
Compare
Choose a tag to compare
  • Make virtual scrollview mode faster and use it as the default mode.
  • Drop support for flexible scrollview mode.

v1.2.0

20 Feb 05:24
6aae9ff
Compare
Choose a tag to compare
  • Add support for dragging scrollbars with the mouse

v1.1.1

09 Jan 00:12
Compare
Choose a tag to compare
  • Fix an issue where Neovim's diff mode would not function properly.

v1.1.0

05 Jan 07:13
Compare
Choose a tag to compare
  • Add <Plug> mappings.

v1.0.1

29 Dec 06:14
Compare
Choose a tag to compare
  • Document Issue #10 under :help scrollview-issues, along with proposed workarounds.