fix: re-enable yanky

This commit is contained in:
2024-10-04 13:58:28 -04:00
parent 7b76fb6f95
commit 5eceb02184
+8
View File
@@ -26,6 +26,14 @@ return {
{ -- Yanky
import = "lazyvim.plugins.extras.coding.yanky",
},
{ -- Yanky
"gbprod/yanky.nvim",
opts = {
preserve_cursor_position = {
enabled = false,
},
},
},
{ -- VSCode
import = "lazyvim.plugins.extras.vscode",
},