add neovim updater to bin
This commit is contained in:
parent
cab484bd4f
commit
a69e726c1e
2 changed files with 4 additions and 0 deletions
3
bin/neovim/update.sh
Executable file
3
bin/neovim/update.sh
Executable 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
1
bin/nvim
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
./neovim/nvim.appimage
|
||||
Loading…
Add table
Add a link
Reference in a new issue