mikavilpas / yazi.nvim

A Neovim Plugin for the yazi terminal file manager
MIT License
214 stars 7 forks source link

fix(plugins): fix failure on repeated installation #107

Closed mikavilpas closed 1 month ago

mikavilpas commented 1 month ago

When a plugin or flavor is first installed and later updated, the link to the plugin or flavor's directory is already in place. This caused an error when the plugin or flavor was installed again (updated). The error did not actually do anything disruptive, but it was annoying.

Now, reinstalling checks if the symlink is already in place and does nothing if it is.