diff --git a/prep b/prep index e351038..368bfe5 100755 --- a/prep +++ b/prep @@ -8,6 +8,10 @@ sudo update-alternatives --set vim /usr/local/bin/nvim sh ./build_neovim +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash +source $HOME/.bashrc +nvm install latest + git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim