Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Jul 28, 2012
1 parent 4d40920 commit d8cbcd0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.markdown
@@ -1,3 +1,13 @@
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*

- [Disclaimer: ](#disclaimer:)
- [Installation](#installation)
- [Create symlinks:](#create-symlinks:)
- [Tagbar Plugin](#tagbar-plugin)
- [VIM](#vim)
- [Updateing all Plugin modules to latest version](#updateing-all-plugin-modules-to-latest-version)
- [Adding Plugin Bundles](#adding-plugin-bundles)

### Disclaimer:
Most of these instructions are ripped off straight from [here][nelstromdotfiles].

Expand Down Expand Up @@ -38,6 +48,12 @@ My preferences for Vim are stored in `dotfiles/vimrc`.

All plugins and scripts are stored in the `dotfiles/vim` directory.

## Updateing all Plugin modules to latest version

In order to update all submodules to the latest 'master' you can do:

git submodule foreach git pull origin master

## Adding Plugin Bundles

Plugins that are published on github can be installed as submodules. For
Expand Down

0 comments on commit d8cbcd0

Please sign in to comment.