summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 49892c4..f73bcdf 100644
--- a/init.lua
+++ b/init.lua
@@ -119,6 +119,9 @@ vim.keymap.set('n', 'a', function()
return 'a'
end, { noremap = true, expr = true })
+-- Clipboard
+vim.opt.clipboard = "unnamedplus"
+
--------------------------------------------------------
-- 🪶 GUI and Colour Configuration
--------------------------------------------------------