From 262c8db9707c42fe1a9b63e86d79a94707b93682 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