feat: enhance clipboard integration with synchronization features

This commit is contained in:
2024-10-08 04:29:10 -04:00
parent 0abd4ad6b7
commit bcb1114f1e
+17 -1
View File
@@ -29,8 +29,20 @@ return {
{ -- Yanky
"gbprod/yanky.nvim",
opts = {
system_clipboard = {
sync_with_ring = true,
clipboard_register = '"',
},
highlight = {
on_put = true,
on_yank = true,
timer = 500,
},
preserve_cursor_position = {
enabled = false,
enabled = true,
},
textobj = {
enabled = true,
},
},
},
@@ -73,4 +85,8 @@ return {
},
},
},
{
"Chaitanyabsprip/fastaction.nvim",
opts = {},
},
}