mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
another day
This commit is contained in:
@@ -2,7 +2,7 @@ return {
|
||||
{
|
||||
'gbprod/yanky.nvim',
|
||||
opts = {
|
||||
ystem_clipboard = {
|
||||
system_clipboard = {
|
||||
sync_with_ring = true,
|
||||
clipboard_register = nil,
|
||||
},
|
||||
@@ -11,6 +11,9 @@ return {
|
||||
on_yank = true,
|
||||
timer = 500,
|
||||
},
|
||||
preserve_cursor_position = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user