Set clipboard
This commit is contained in:
parent
8e45a8019b
commit
ea4822b11b
1 changed files with 3 additions and 1 deletions
4
init.lua
4
init.lua
|
@ -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~')
|
||||
|
||||
|
|
Loading…
Reference in a new issue