This commit is contained in:
Nicolas Rannou 2024-07-12 20:36:22 +02:00
parent 8accf039e7
commit f3b85b4c1e
5 changed files with 10 additions and 8 deletions

View file

@ -148,6 +148,7 @@ vim.opt.inccommand = "split"
-- Show which line your cursor is on
vim.opt.cursorline = true
vim.opt.guicursor = ""
-- Minimal number of screen lines to keep above and below the cursor.
vim.opt.scrolloff = 10