curl-sh/getnvim.sh

3 lines
71 B
Bash
Raw Normal View History

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