Enable yanking to system clipboard
This commit is contained in:
parent
c330103981
commit
bee3afc324
@ -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 = " "
|
||||
|
Loading…
Reference in New Issue
Block a user