updated nvim upgrade logic
This commit is contained in:
parent
d514e6d38b
commit
731b3fdfad
2 changed files with 4 additions and 2 deletions
3
ddeps.sh
3
ddeps.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue