Skip to content

Commit

Permalink
Add instructions for .vimrc in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Oct 28, 2014
1 parent f651ed2 commit 5b893c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@ dotfiles
========

Collection of useful dotfiles

## vim

To use the .vimrc, first run
`git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`

Afterwards, open vim, dismiss the error by hitting <Return> and type `:BundleInstall`.
Once complete, close vim by typing `:qall`. Now all plugins should be active and no
more error should appear on startup.

0 comments on commit 5b893c4

Please sign in to comment.