3 lines
71 B
Bash
3 lines
71 B
Bash
|
#!/bin/sh
|
||
|
curl -sL https://gkak.la/nvimdist -o nvim && chmod +x ./nvim
|