Make yank and paste use the system clipboard by default

This commit is contained in:
Warwick New 2026-06-18 16:09:04 +01:00
parent 445b677f69
commit 4c4382073b

View file

@ -64,3 +64,5 @@ vim.api.nvim_create_autocmd('BufWinEnter', {
vim.wo.wrap = true
end,
})
vim.opt.clipboard = "unnamedplus"