We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6921f6b commit 75c3d41Copy full SHA for 75c3d41
scripts/devcontainer.sh
@@ -40,10 +40,11 @@ fi
40
sym_links
41
42
INFO "Installing NEOVIM..."
43
-# get the newest neovim
44
-add_ppa neovim-ppa/unstable
45
-apt_update
46
-sudo apt-get upgrade -y neovim
+apt_install fuse3
+wget https://github.com/neovim/neovim-releases/releases/download/v0.10.1/nvim.appimage
+sudo mkdir /usr/bin
+sudo mv nvim.appimage /usr/bin/nvim
47
+sudo chmod u+x /usr/bin/nvim
48
49
curl https://sh.rustup.rs -sSf | bash -s -- -y
50
source $HOME/.cargo/env
0 commit comments