From f625d962683535477ee8fa89da13f4e49aee2291 Mon Sep 17 00:00:00 2001 From: Nicky Obreykov Date: Thu, 6 Mar 2025 01:02:14 +0100 Subject: [PATCH] Small config changes --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 4c85dedb..d8d92ddc 100644 --- a/init.lua +++ b/init.lua @@ -152,7 +152,7 @@ vim.opt.inccommand = 'split' vim.opt.cursorline = true -- Minimal number of screen lines to keep above and below the cursor. -vim.opt.scrolloff = 20 +vim.opt.scrolloff = 15 -- [[ Basic Keymaps ]] -- See `:help vim.keymap.set()` @@ -259,7 +259,7 @@ require('lazy').setup({ }, current_line_blame = true, current_line_blame_opts = { - delay = 100, + delay = 300, }, }, },