/.vim

My vim configuration!

Primary LanguageVim Script

.vim

My vim configuration!

Setting up

Clone the repo:

cd ~/
git clone git@github.com:adaam2/.vim.git .vim

Make sure there isn't an existent .vimrc file and then symlink .vimrc to the vimrc file inside of the .vim folder:

ln -s ~/.vim/vimrc ~/.vimrc