From f1c57b8eccabfd0c554b228417e91531c3a26092 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 29 Oct 2025 15:19:18 +0100 Subject: [PATCH] [Scripts] Add nvim update script --- scripts/update-nvim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/update-nvim diff --git a/scripts/update-nvim b/scripts/update-nvim new file mode 100755 index 0000000..4d6302b --- /dev/null +++ b/scripts/update-nvim @@ -0,0 +1,5 @@ +#!/bin/sh + +cd ~/projects/nvim/ +git pull +./nvim-install.sh