diff --git a/bin/update b/bin/update index 58a92b9..733e6db 100755 --- a/bin/update +++ b/bin/update @@ -311,6 +311,9 @@ update-neovim() { local start=`date +%s` echo -e "\033[32;1m=== Updating neovim packages ===\033[0m" + curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim 2>/dev/null + nvim +PlugUpdate +qall local seconds=$((`date +%s` - $start))