remove duplicate

This commit is contained in:
jc 2023-10-01 16:38:53 -04:00
commit c080bc9da8
No known key found for this signature in database

View file

@ -1,12 +0,0 @@
vim.g.clipboard = {
name = "win32yank",
copy = {
['+'] = "win32yank.exe -i --crlf",
['*'] = "win32yank.exe -i --crlf",
},
paste = {
['+'] = "win32yank.exe -o --lf",
['*'] = "win32yank.exe -o --lf",
},
cache_enabled = 0,
}