1
0

Enable yanking to system clipboard

This commit is contained in:
Patrick Auernig 2023-06-15 14:18:16 +02:00
parent c330103981
commit bee3afc324

View File

@ -10,4 +10,7 @@ vim.opt.scrolloff = 8
vim.opt.signcolumn = "yes"
vim.opt.colorcolumn = "100"
-- yank to clipboard, requires wl-copy command or equivalent
vim.opt.clipboard:append("unnamedplus")
vim.g.mapleader = " "