Add getnvim.sh

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-07-06 17:54:40 +03:00
parent 7671160b37
commit 2939726d1a
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D
2 changed files with 6 additions and 0 deletions

2
getnvim.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
curl -sL https://gkak.la/nvimdist -o nvim && chmod +x ./nvim