From 9918dffc8ae084da21215e85f4dfe91c8756d506 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 2 Dec 2022 13:22:21 +0100 Subject: [PATCH] Add vim scripts --- .bin/update-vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .bin/update-vim 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