require("ache.config") require("ache.lazy") vim.o.scrolloff = 10 --[[ Keep X lines below and above the cursor cf scrolloffEOF.lua to extend this feature. --]] vim.o.scrolljump = 6 -- Scroll X lines instead of one when reached an "end of screen" (above or below).