--[[ -- A plugin to make `scrolloff` go past the end of the file. -- Check `scrolloff` option in `:h 'scrolloff'` for more info. -- -- Normally, `scrolloff` option is used to keep a certain number of lines, but at the end of the file it will stop. -- With this plugin you can keep scrolling past the end of the file, it will show **extra empty lines**. -- --]] return { "Aasim-A/scrollEOF.nvim", enabled = true, event = { "CursorMoved", "WinScrolled" }, opts = {}, }