Fix Linux Neovim install URL

This commit is contained in:
2026-02-16 09:25:25 -05:00
parent e9883d38bb
commit 7e44958202

View File

@@ -17,7 +17,7 @@ if [[ "$OS" == "darwin" ]]; then
elif [[ "$OS" == "linux" ]]; then elif [[ "$OS" == "linux" ]]; then
# Linux installation # Linux installation
nightly_url="https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage" nightly_url="https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-${ARCH}.appimage"
install_dir="~/.local/bin" install_dir="~/.local/bin"
mkdir -p "${install_dir/#\~/$HOME}" mkdir -p "${install_dir/#\~/$HOME}"