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