summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/yank.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugins/yank.lua')
-rw-r--r--.config/nvim/lua/plugins/yank.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/nvim/lua/plugins/yank.lua b/.config/nvim/lua/plugins/yank.lua
deleted file mode 100644
index cdf0f15..0000000
--- a/.config/nvim/lua/plugins/yank.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-return {
- "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,
-}