nvimup

How to update all plugins in Vim/NeoVim from command line. Add this line to .basrc or .zshrc.

alias nvimup='nvim +PlugInstall +PlugUpdate +PlugUpgrade +UpdateRemotePlugins +qa'

And then easy run source ~/.[basrc|zshrc] and finally nvimup