Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 563 Bytes

Vim quickstart

This is a basic set of config files for Vim text editor, Vundle and Solarized included.

Installation

  1. Clone the repository to ~/.vim
git clone git://github.com/iley/vim-quickstart.git ~/.vim
  1. Clone git submodules
cd ~/.vim
git submodule update --init
  1. Make a symlink for ~/.vimrc file
ln -s ~/.vim/vimrc ~/.vimrc
  1. Run vim and install bundles with :BundleInstall
  2. Restart vim and enjoy!