From 45752a25f482d327a63771b25d18ac1a50d211fb Mon Sep 17 00:00:00 2001 From: Jack Jamison <53350163+JackJ30@users.noreply.github.com> Date: Sat, 28 Jun 2025 15:58:03 -0400 Subject: yank assassin --- yank.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 yank.lua diff --git a/yank.lua b/yank.lua new file mode 100644 index 0000000..ea6786d --- /dev/null +++ b/yank.lua @@ -0,0 +1,10 @@ +{ + "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