Here's how to setup Vim how I personally like it:
- Make a directory for Vim stuff by running
mkdir ~/.vim - Get into that directory by running
cd ~/.vim - Clone this repo into that directory by running
git clone git@github.com:Andy-set-studio/chizlvim.git . - Now make a symlink for the
.vimrcthat Vim looks for by runningln -s ~/.vim/vimrc ~/.vimrc - Install vundle by running
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim - Launch vim and run
:PluginInstall
Open Vim and enjoy! 🚀