initial refactor
This commit is contained in:
parent
c144250c75
commit
86d707340b
10 changed files with 165 additions and 240 deletions
24
lua/set.lua
24
lua/set.lua
|
|
@ -33,15 +33,15 @@ vim.opt.updatetime = 50
|
|||
-- use system clipboard
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
||||
vim.g.clipboard = {
|
||||
name = "win32yank-wsl",
|
||||
copy = {
|
||||
["+"] = "win32yank.exe -i --crlf",
|
||||
["*"] = "win32yank.exe -i --crlf"
|
||||
},
|
||||
paste = {
|
||||
["+"] = "win32yank.exe -o --crlf",
|
||||
["*"] = "win32yank.exe -o --crlf"
|
||||
},
|
||||
cache_enable = 0,
|
||||
}
|
||||
-- vim.g.clipboard = {
|
||||
-- name = "win32yank-wsl",
|
||||
-- copy = {
|
||||
-- ["+"] = "win32yank.exe -i --crlf",
|
||||
-- ["*"] = "win32yank.exe -i --crlf"
|
||||
-- },
|
||||
-- paste = {
|
||||
-- ["+"] = "win32yank.exe -o --crlf",
|
||||
-- ["*"] = "win32yank.exe -o --crlf"
|
||||
-- },
|
||||
-- cache_enable = 0,
|
||||
-- }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue