change scroll off

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-27 22:36:02 -05:00
parent de9f8b74b9
commit bdb29f4e51

View file

@ -74,7 +74,7 @@ vim.diagnostic.config({
}) })
-- Minimal number of screen lines to keep above and below the cursor. -- Minimal number of screen lines to keep above and below the cursor.
vim.opt.scrolloff = 10 vim.opt.scrolloff = 3
-- Turn on new diff -- Turn on new diff
vim.opt.diffopt:append("linematch:20") vim.opt.diffopt:append("linematch:20")