Small config changes

pull/1399/head
Nicky Obreykov 2 months ago
parent e341f43f4c
commit f625d96268

@ -152,7 +152,7 @@ vim.opt.inccommand = 'split'
vim.opt.cursorline = true vim.opt.cursorline = true
-- 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 = 20 vim.opt.scrolloff = 15
-- [[ Basic Keymaps ]] -- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()` -- See `:help vim.keymap.set()`
@ -259,7 +259,7 @@ require('lazy').setup({
}, },
current_line_blame = true, current_line_blame = true,
current_line_blame_opts = { current_line_blame_opts = {
delay = 100, delay = 300,
}, },
}, },
}, },

Loading…
Cancel
Save