From ff16c14971593adb657e0832577ff78725bbe4ad Mon Sep 17 00:00:00 2001 From: serxoz Date: Wed, 2 Nov 2022 16:09:27 +0100 Subject: [PATCH] =?UTF-8?q?yank=20=C3=B3=20clipboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/serxoz/set.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/serxoz/set.lua b/lua/serxoz/set.lua index d22b84d..edacd94 100644 --- a/lua/serxoz/set.lua +++ b/lua/serxoz/set.lua @@ -5,6 +5,8 @@ vim.opt.relativenumber = true vim.opt.errorbells = false +vim.opt.clipboard = "unnamedplus" + vim.opt.tabstop = 4 vim.opt.softtabstop = 4 vim.opt.shiftwidth = 4