Skip to content

Commit

Permalink
nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
ericuni committed Nov 10, 2024
1 parent 6841254 commit 0752c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0752c02

Please sign in to comment.