/vim

vim dotfiles

Primary LanguageVim Script

Vim dotfiles

My vim setup:

prompt

Table of Contents

About

Installing

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.sh

Post-installation

In the .vimrc file line 81 for gcc compiler make sure to change "zsh" to your dafault shell

Uninstalling

Run this command to revert back to the old vim configuration:

sudo rm -r .vim .vimrc ; mv ~/.vimold ~/.vim ; mv ~/.vimrcold ~/.vimrc

Plugins Used