Skip to content

Commit

Permalink
Use upgrade for nvim install
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Sep 20, 2024
1 parent 5a7ad51 commit 759b071
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/devcontainer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 nvim --classic

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

0 comments on commit 759b071

Please sign in to comment.