[Scripts] Add nvim update script

This commit is contained in:
2025-10-29 15:19:18 +01:00
parent 20cc042b64
commit f1c57b8ecc

5
scripts/update-nvim Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
cd ~/projects/nvim/
git pull
./nvim-install.sh