nvim/lua/plugin/yanky.lua

14 lines
288 B
Lua
Raw Permalink Normal View History

2024-05-30 17:05:02 +02:00
require("yanky").setup({
ring = {
history_length = 100,
storage = "shada",
sync_with_numbered_registers = true,
cancel_event = "update",
ignore_registers = { "_" },
update_register_on_cycle = false,
},
system_clipboard = {
sync_with_ring = true,
},
})