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
if command -v vim &> /dev/null; then
vim -c 'PlugUpgrade | q'
vim -c 'PlugUpdate | sleep 3 | qa'
if command -v nvim &> /dev/null; then
nvim -c 'PaqSync' -c 'sleep 5' -c 'qa'
fi
(