diff --git a/scripts/devcontainer.sh b/scripts/devcontainer.sh index 2fe0513..7a5a15e 100755 --- a/scripts/devcontainer.sh +++ b/scripts/devcontainer.sh @@ -41,9 +41,7 @@ sym_links INFO "Installing NEOVIM..." # get the newest neovim -add_ppa ppa-verse/core -apt_update -apt_install neovim +sudo snap install neovim curl https://sh.rustup.rs -sSf | bash -s -- -y source $HOME/.cargo/env