18 lines
266 B
Lua
18 lines
266 B
Lua
return {
|
|
{
|
|
"gbprod/yanky.nvim",
|
|
opts = {
|
|
highlight = {
|
|
timer = 150,
|
|
},
|
|
ring = {
|
|
history_length = 10,
|
|
storage = "memory",
|
|
},
|
|
system_clipboard = {
|
|
clipboard_register = "+",
|
|
},
|
|
},
|
|
},
|
|
}
|