Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 319 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 319 Bytes

Installation:

git clone git://github.com/matthewlehner/dotvim.git ~/.vim

Create symlinks:

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

Install Vundle and let it do its thing

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