clipboard setting

This commit is contained in:
Dennis Chan 2025-05-27 17:19:13 +08:00
parent f84bb2fed9
commit b7ce893ea8
1 changed files with 3 additions and 0 deletions

View File

@ -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