Iwaniuk Krzysztof 1bbc50e3a9 another day
2024-06-19 00:41:29 +02:00

20 lines
331 B
Lua

return {
{
'gbprod/yanky.nvim',
opts = {
system_clipboard = {
sync_with_ring = true,
clipboard_register = nil,
},
highlight = {
on_put = true,
on_yank = true,
timer = 500,
},
preserve_cursor_position = {
enabled = true,
},
},
},
}