Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 425 Bytes

Description

My Vim config. Expect frequent changes.

Installation

Clone this repo:

git clone [email protected]: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