chore(vim): always use system clipboard for yank and paste

This commit is contained in:
Simon Lasbrugnas 2024-07-28 23:08:28 +02:00
parent 7aedfa5b11
commit 0f12aa9c57
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -28,3 +28,6 @@ vim.opt.list = true
vim.opt.listchars = "tab:» ,extends:,precedes:,nbsp:·,trail:·"
vim.g.python3_host_prog = "/usr/bin/python3"
-- Always use system clipboard (I might regret this)
vim.opt.clipboard = "unnamedplus"