use system clipboard
This commit is contained in:
parent
b94f9974b3
commit
d01c5d2812
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
vim.opt.autowrite = true
|
||||
vim.opt.background = "dark"
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.laststatus = 2
|
||||
vim.opt.list = true
|
||||
|
|
Loading…
Reference in a new issue