add support for paq-nvim (#655)

This commit is contained in:
czwinzscher
2021-02-23 09:21:58 +01:00
committed by GitHub
parent 7fb0ce6489
commit 88bad3380d

View File

@@ -24,4 +24,9 @@ if exists(":DeinUpdate")
DeinUpdate
endif
if exists(":PaqUpdate")
echo "PaqUpdate"
PaqUpdate
endif
quitall