Stop at end of file
ChristianChiarulli opened this issue · 2 comments
ChristianChiarulli commented
karb94 commented
Doesn't the stop_eof
option do what you want? Try this:
require('neoscroll').setup {
stop_eof = false,
}
LostNeophyte commented
Doesn't the
stop_eof
option do what you want? Try this:require('neoscroll').setup { stop_eof = false, }
For me it doesn't matter if the option is set to true or false, it will still scroll like in the first mp4 of my pr