Skip to content

yarn.lock changes prevent vim-plug from updating vim-jsdoc #103

Closed
@boblannon

Description

@boblannon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions