Home

Awesome

Description

My Vim config. Expect frequent changes.

Installation

Clone this repo:

git clone git@github.com:teoulas/vimfiles.git ~/.vim

Create a new .vimrc file or add the following line to your existing one:

source ~/.vim/vimrc

Install Vundle and the bundled plugins:

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall