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
|
||||
|
||||
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
|
||||
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue