clipboard setting

pull/1647/head
Dennis Chan 2 months ago
parent f84bb2fed9
commit b7ce893ea8

@ -67,6 +67,9 @@ vim.opt.inccommand = 'split'
-- Show which line your cursor is on -- Show which line your cursor is on
vim.opt.cursorline = true vim.opt.cursorline = true
-- Enable unnamedplus clipboard
vim.opt.clipboard = 'unnamedplus'
-- 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 = 10 vim.opt.scrolloff = 10

Loading…
Cancel
Save