initial refactor

This commit is contained in:
Andre Schaf 2026-05-11 07:49:57 +02:00
parent c144250c75
commit 86d707340b
10 changed files with 165 additions and 240 deletions

View file

@ -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,
-- }