Releases: Aasim-A/scrollEOF.nvim
Releases · Aasim-A/scrollEOF.nvim
1.2.6
refactor: use screen line APIs to work with wrapped lines (#12)
fix: only update the scroll when we're scrolling down (#13)
New contributors:
1.2.5
- fix: Correctly calculate window height. #10
1.2.4
- Respect
scrolloff
when scrolling window without moving the cursor (#9)
1.2.3
fix: Considers folded lines near EoF (#8 )
1.2.2
Removed buggy commit that causes garbage to be inserted when the plugin is enabled in insert mode (#5).
1.2.1
- Fixes the plugin not working when
scrolloff
is set to high value
1.2.0
- Added the ability to disable
scrollEOF
for filetypes
and modes
.
1.1.0
- Added support for insert mode.
- Performance improvements.