Table of Contents
Just run the following commands via terminal to get perfectly set up:
wget https://raw.githubusercontent.com/HxX2/vim/main/setvim.sh ; chmod +x setvim.sh ; ./setvim.shIn the .vimrc file line 81 for gcc compiler make sure to change "zsh" to your dafault shell
Run this command to revert back to the old vim configuration:
sudo rm -r .vim .vimrc ; mv ~/.vimold ~/.vim ; mv ~/.vimrcold ~/.vimrc