feat: enhance clipboard integration with synchronization features
This commit is contained in:
+17
-1
@@ -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 = {},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user