updated nvim upgrade logic

This commit is contained in:
Stefen Auris 2024-01-12 14:34:12 -05:00
parent d514e6d38b
commit 731b3fdfad
2 changed files with 4 additions and 2 deletions

View file

@ -62,7 +62,8 @@ fi
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb
dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb || dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta-musl_0.16.5_amd64.deb
#install neovim
#install/upgrade neovim
mkdir -v ~/bin
trash ~/bin/nvim
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim
chmod u+x ~/bin/nvim