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

@ -52,7 +52,8 @@ read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
#This section installs software outside apt
dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_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