fix: re-enable yanky
This commit is contained in:
@@ -26,6 +26,14 @@ return {
|
|||||||
{ -- Yanky
|
{ -- Yanky
|
||||||
import = "lazyvim.plugins.extras.coding.yanky",
|
import = "lazyvim.plugins.extras.coding.yanky",
|
||||||
},
|
},
|
||||||
|
{ -- Yanky
|
||||||
|
"gbprod/yanky.nvim",
|
||||||
|
opts = {
|
||||||
|
preserve_cursor_position = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{ -- VSCode
|
{ -- VSCode
|
||||||
import = "lazyvim.plugins.extras.vscode",
|
import = "lazyvim.plugins.extras.vscode",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user