/vim_setup

Primary LanguageVim Script

Clone this repository into your home directory

git clone https://github.com/dallinbriggs/vim_setup.git ~/.vim

Run the config script.

.vim/config.sh

Copy the vimrc file into your home*

cd ~/.vim && cp vimrc ~/.vimrc

*Alternatively, you can place the following line in your .bashrc file

export VIMINIT="source ~/.vim/vimrc"

If everything worked, you shouldn't see any errors.