From f5c826495ca71f9c7e090727c4c479f1096cb018 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 2 Mar 2025 23:49:03 +0000 Subject: [PATCH] nvim: remove vim-symlink It causes some issues with autocmds. And to be fair, I'm not sure if I need this. I'd probably prefer a function where I can manualy resolve symlinks. Or this needs to be reviewed again and integrated better with neovim. --- nvim/lua/plugins/editor.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index 1e94ab0..7c35330 100644 --- a/nvim/lua/plugins/editor.lua +++ b/nvim/lua/plugins/editor.lua @@ -203,7 +203,4 @@ return { }, }, }, - { "aymericbeaumet/vim-symlink", - dependencies = { "moll/vim-bbye" }, -- NOTE: Snacks.buddelete also provides this - }, } -- 2.48.1