LazyVim/lua/plugins/extras.lua
2024-05-30 17:10:45 +02:00

18 lines
266 B
Lua

return {
{
"gbprod/yanky.nvim",
opts = {
highlight = {
timer = 150,
},
ring = {
history_length = 10,
storage = "memory",
},
system_clipboard = {
clipboard_register = "+",
},
},
},
}