Make yank and paste use the system clipboard by default
This commit is contained in:
parent
445b677f69
commit
4c4382073b
1 changed files with 2 additions and 0 deletions
|
|
@ -64,3 +64,5 @@ vim.api.nvim_create_autocmd('BufWinEnter', {
|
|||
vim.wo.wrap = true
|
||||
end,
|
||||
})
|
||||
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
|
|
|||
Loading…
Reference in a new issue