Skip to content

Commit 759b071

Browse files
committed
Use upgrade for nvim install
1 parent 5a7ad51 commit 759b071

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/devcontainer.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ sym_links
4141

4242
INFO "Installing NEOVIM..."
4343
# get the newest neovim
44-
add_ppa ppa-verse/core
45-
apt_update
46-
apt_install neovim
44+
sudo snap install nvim --classic
4745

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

0 commit comments

Comments
 (0)