diff --git a/init.lua b/init.lua index f4287a75..b0ef6fe6 100644 --- a/init.lua +++ b/init.lua @@ -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