From bdb29f4e51abe48093713dc06fb1b52fcd7b9a6a Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Mon, 27 May 2024 22:36:02 -0500 Subject: [PATCH] change scroll off --- lua/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/options.lua b/lua/options.lua index 98f2998..0098e46 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -74,7 +74,7 @@ vim.diagnostic.config({ }) -- Minimal number of screen lines to keep above and below the cursor. -vim.opt.scrolloff = 10 +vim.opt.scrolloff = 3 -- Turn on new diff vim.opt.diffopt:append("linematch:20")