From: Samir Benmendil Date: Sun, 2 Mar 2025 23:49:03 +0000 (+0000) Subject: nvim: remove vim-symlink X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f5c826495ca71f9c7e090727c4c479f1096cb018 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. --- 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 - }, }