Set clipboard

This commit is contained in:
femsci 2023-02-22 20:22:57 +01:00
parent 8e45a8019b
commit ea4822b11b
Signed by: femsci
GPG key ID: 08F7911F0E650C67

View file

@ -11,7 +11,9 @@ bo.autoindent = true
bo.expandtab = true
wo.number = 1
wo.relativenumber = 1
vim.opt.clipboard:append { 'unnamed', 'unnamedplus' }
--vim.opt.clipboard:append { 'unnamed', 'unnamedplus' }
vim.opt.clipboard = 'unnamedplus'
print('nya~')