💥 work on nvim install script
This commit is contained in:
parent
9ee123ab8a
commit
19d0ea24d5
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ echo >&2 "====================================================================="
|
||||||
echo >&2 " >> installing nvim"
|
echo >&2 " >> installing nvim"
|
||||||
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
||||||
NVIM_VERSION=0.9.0
|
NVIM_VERSION=0.9.0
|
||||||
|
echo >&2 " >>> downloading nvim"
|
||||||
|
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
||||||
curl -LO https://github.com/neovim/neovim/releases/tag/v${NVIM_VERSION}/download/nvim.appimage
|
curl -LO https://github.com/neovim/neovim/releases/tag/v${NVIM_VERSION}/download/nvim.appimage
|
||||||
|
echo >&2 " >>> examine"
|
||||||
|
cat nvim.appimage
|
||||||
chmod u+x nvim.appimage
|
chmod u+x nvim.appimage
|
||||||
./nvim.appimage
|
./nvim.appimage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue