diff --git a/.bin/update-vim b/.bin/update-vim new file mode 100755 index 0000000..2ca63fd --- /dev/null +++ b/.bin/update-vim @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +# Tiny Vim update helper + +nvim +PlugUpgrade +PlugUpdate +CocUpdate