From 8fc9e346794ad9dc9c1848a091ec2445e1d35f4f Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 16 Jan 2021 11:28:57 +0100 Subject: [PATCH] Add basic vim update script --- .bin/vim-update | 1 + 1 file changed, 1 insertion(+) create mode 100755 .bin/vim-update diff --git a/.bin/vim-update b/.bin/vim-update new file mode 100755 index 0000000..3e8cbf6 --- /dev/null +++ b/.bin/vim-update @@ -0,0 +1 @@ +vim +PlugUpgrade +PlugUpdate +CocUpdate