If you got `yarn.lock` related error, ```console error: Your local changes to the following files would be overwritten by merge: lib/yarn.lock ``` Run following command ``` cd /path/to/plugged/vim-jsdoc git checkout -- yarn.lock ``` and re-run `PlugUpdate`