From 04a6667dcd5949b4fb5daaec06be3eb9e539b04a Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sun, 29 Jun 2025 13:57:34 -0400 Subject: fix yank location --- yank.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 yank.lua (limited to 'yank.lua') diff --git a/yank.lua b/yank.lua deleted file mode 100644 index ea6786d..0000000 --- a/yank.lua +++ /dev/null @@ -1,10 +0,0 @@ -{ - "svban/YankAssassin.nvim", - event = "VeryLazy", - config = function() - require("YankAssassin").setup { - auto_normal = true, -- if true, autocmds are used. Whenever y is used in normal mode, the cursor doesn't move to start - auto_visual = true, -- if true, autocmds are used. Whenever y is used in visual mode, the cursor doesn't move to start - } - end, -} -- cgit v1.2.3