1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-04 22:49:25 +00:00

[neovim] Update plugins

This commit is contained in:
2022-10-02 17:38:01 +02:00
parent 360cff63a9
commit be71e93f04
3 changed files with 7 additions and 7 deletions

View File

@ -18,6 +18,8 @@ function check_update() {
remote_url=$(git config --get remote.origin.url)
if [[ "$current_commit" != "$last_commit" ]]; then
echo -e "Plugin $plugin has a new version $last_commit (the current version is $current_commit)\n\tURL: $remote_url"
else
echo "Plugin $plugin is up to date."
fi
popd > /dev/null || exit