dotfiles/install_nvim.sh
DannyDannyDanny 6fdb57ab63 🐛 fix nvim dl url
2023-06-08 14:23:28 +02:00

14 lines
527 B
Bash

#!/bin/bash
# Install neovim
echo >&2 "====================================================================="
echo >&2 " >> installing nvim"
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
# 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/download/v0.9.0/nvim.appimage
echo >&2 " >>> examine"
# cat nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage