From e7756a29594f646af4f0288cc06c205813ff813d Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 22 Feb 2026 12:19:39 +0100 Subject: [PATCH] chore: remove redundant 'update-vim' script --- dots/.bin/update-vim | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 dots/.bin/update-vim diff --git a/dots/.bin/update-vim b/dots/.bin/update-vim deleted file mode 100755 index 2ca63fd..0000000 --- a/dots/.bin/update-vim +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -# Tiny Vim update helper - -nvim +PlugUpgrade +PlugUpdate +CocUpdate