]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: remove vim-symlink
authorSamir Benmendil <me@rmz.io>
Sun, 2 Mar 2025 23:49:03 +0000 (23:49 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 3 Mar 2025 00:11:37 +0000 (00:11 +0000)
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

index 1e94ab0bc0a7b6e0362f71a349e54fc82e045d7c..7c35330f3e5ec7f51f15424bfad7eaf842f05fbd 100644 (file)
@@ -203,7 +203,4 @@ return {
       },
     },
   },
       },
     },
   },
-  { "aymericbeaumet/vim-symlink",
-    dependencies = { "moll/vim-bbye" }, -- NOTE: Snacks.buddelete also provides this
-  },
 }
 }