You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running PlugUpdate most of my plugins updated successfully but I got an error for vim-jsdoc.
x vim-jsdoc:
error: Your local changes to the following files would be overwritten by merge:
lib/yarn.lock
Please commit your changes or stash them before you merge.
Aborting
Updating 1aaa337..5487673
Just wanted to give a friendly heads-up!
If anyone else runs into this, the workaround is fairly simple, just
cd ~/.vim/plugged/vim-jsdoc
git checkout -- yarn.lock
Then re-run PlugUpdate.
The text was updated successfully, but these errors were encountered:
After running
PlugUpdate
most of my plugins updated successfully but I got an error forvim-jsdoc
.Just wanted to give a friendly heads-up!
If anyone else runs into this, the workaround is fairly simple, just
Then re-run
PlugUpdate
.The text was updated successfully, but these errors were encountered: