update nvim upgrade command to use Paq

This commit is contained in:
Tony Blyler 2021-12-16 09:45:54 -05:00
parent 4a4721dbcc
commit 2146a3e797

View file

@ -32,9 +32,8 @@ upgrade_system() {
;; ;;
esac esac
if command -v vim &> /dev/null; then if command -v nvim &> /dev/null; then
vim -c 'PlugUpgrade | q' nvim -c 'PaqSync' -c 'sleep 5' -c 'qa'
vim -c 'PlugUpdate | sleep 3 | qa'
fi fi
( (