@ -67,6 +67,9 @@ vim.opt.inccommand = 'split'
-- Show which line your cursor is on
vim.opt.cursorline = true
-- Enable unnamedplus clipboard
vim.opt.clipboard = 'unnamedplus'
-- Minimal number of screen lines to keep above and below the cursor.
vim.opt.scrolloff = 10