From aab38f32e0a02e43565a554d0a76ff65636499b8 Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Sat, 2 Mar 2024 18:49:55 +0100 Subject: crazyshit --- lua/config/yanky.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lua/config/yanky.lua (limited to 'lua/config/yanky.lua') diff --git a/lua/config/yanky.lua b/lua/config/yanky.lua deleted file mode 100644 index 0f8eceb..0000000 --- a/lua/config/yanky.lua +++ /dev/null @@ -1,13 +0,0 @@ -require("yanky").setup({ - ring = { - history_length = 50, - storage = "memory", - }, - preserve_cursor_position = { - enabled = false, - }, -}) - --- cycle through the yank history, only work after paste -vim.keymap.set("n", "[y", "(YankyCycleForward)") -vim.keymap.set("n", "]y", "(YankyCycleBackward)") -- cgit v1.2.3