karb94/neoscroll.nvim

Stop at end of file

ChristianChiarulli opened this issue · 2 comments

image

image

I want the scolling to stop at the last line like in the first picture not sure if this is already configurable

Doesn't the stop_eof option do what you want? Try this:

require('neoscroll').setup {
    stop_eof = false,
}

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