Skip to content

Commit 75c3d41

Browse files
committed
Use appimage for neovim
1 parent 6921f6b commit 75c3d41

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scripts/devcontainer.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ fi
4040
sym_links
4141

4242
INFO "Installing NEOVIM..."
43-
# get the newest neovim
44-
add_ppa neovim-ppa/unstable
45-
apt_update
46-
sudo apt-get upgrade -y neovim
43+
apt_install fuse3
44+
wget https://github.com/neovim/neovim-releases/releases/download/v0.10.1/nvim.appimage
45+
sudo mkdir /usr/bin
46+
sudo mv nvim.appimage /usr/bin/nvim
47+
sudo chmod u+x /usr/bin/nvim
4748

4849
curl https://sh.rustup.rs -sSf | bash -s -- -y
4950
source $HOME/.cargo/env

0 commit comments

Comments
 (0)