update nvim upgrade command to use Paq
This commit is contained in:
parent
4a4721dbcc
commit
2146a3e797
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in a new issue