diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-06-29 13:57:34 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-06-29 13:57:34 -0400 |
| commit | 04a6667dcd5949b4fb5daaec06be3eb9e539b04a (patch) | |
| tree | b20738e717cf185d4aedec20897513d5f3c4387b /yank.lua | |
| parent | 45752a25f482d327a63771b25d18ac1a50d211fb (diff) | |
fix yank location
Diffstat (limited to 'yank.lua')
| -rw-r--r-- | yank.lua | 10 |
1 files changed, 0 insertions, 10 deletions
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, -} |
