From 0752c0257a711249be74b441a90b04114b115fe7 Mon Sep 17 00:00:00 2001 From: ericuni Date: Sun, 10 Nov 2024 16:51:21 +0800 Subject: [PATCH] nvim --- env/linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/linux.sh b/env/linux.sh index 3b0dacc..ba05b4b 100755 --- a/env/linux.sh +++ b/env/linux.sh @@ -22,8 +22,8 @@ cd opt # neovim which nvim if [[ $? -ne 0 ]]; then - # [version `GLIBC_2.29' not found with latest appimage](https://github.com/neovim/neovim/issues/19711) - curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage + # version `GLIBC_2.29' not found with latest appimage https://github.com/neovim/neovim/issues/19711 + curl -LO https://github.com/neovim/neovim-releases/releases/latest/download/nvim.appimage chmod u+x nvim.appimage ./nvim.appimage --appimage-extract mv squashfs-root/usr nvim