Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 353 Bytes

Installation

Clone the repo: git clone https://github.com/jhchabran/vimfiles.git ~/.vim

Then install Vundle: git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

Make sure vim finds the vimrc file by either symlinking it: ln -s ~/.vim/vimrc ~/.vimrc

Remember to run :BundleInstall to tell Vundle to grab all plugins