add neovim updater to bin

This commit is contained in:
Barak Michener 2020-03-09 18:05:24 -07:00
parent cab484bd4f
commit a69e726c1e
2 changed files with 4 additions and 0 deletions

3
bin/neovim/update.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
chmod +x nvim.appimage

1
bin/nvim Symbolic link
View file

@ -0,0 +1 @@
./neovim/nvim.appimage