return { { "karb94/neoscroll.nvim", config = function() require("neoscroll").setup({ -- All these keys will be mapped to their corresponding default scrolling animation mappings = { "", "", "", "", "", "", "zt", "zz", "zb" }, hide_cursor = true, -- Hide cursor while scrolling stop_eof = true, -- Stop at when scrolling downwards }) end, }, }