Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iTrauco/bfd7547dd47e63f09730f3ac7393fedf to your computer and use it in GitHub Desktop.
Save iTrauco/bfd7547dd47e63f09730f3ac7393fedf to your computer and use it in GitHub Desktop.
Reinstall SpaceVim
sudo apt install -y ctags miscfiles python3-dev python3-pip python-dev python-pip rsync shellcheck software-properties-common wbritish wbritish-huge ruby ruby-dev npm
sudo select-default-wordlist
sudo apt-add-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install -y --reinstall neovim
sudo update-alternatives --install /usr/bin/vi vi /usr/bin/nvim 60
sudo update-alternatives --install /usr/bin/vim vim /usr/bin/nvim 60
sudo update-alternatives --install /usr/bin/editor editor /usr/bin/nvim 60
sudo update-alternatives --config vi
sudo update-alternatives --config vim
sudo update-alternatives --config editor
sudo pip install neovim --upgrade
sudo pip3 install neovim --upgrade
sudo gem install neovim
sudo npm install -g neovim eslint import-js jsonlint
rm -rf ~/.vim* ~/.config/*vim* ~/.config/*Vim* ~/.SpaceVim ~/.cache/*vim* ~/.cache/*Vim* ~/.cache/neosnippet ~/.local/share/*vim*
mkdir -p ~/.local/share/nvim/shada
curl -sLf https://spacevim.org/install.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment