Browse Source

Merge pull request #812 from PeterDaveHello/toc

Add "Table of Contents" of README.md
pull/831/head
Ryan L McIntyre 9 years ago
committed by GitHub
parent
commit
6437ad6df4
1 changed files with 13 additions and 1 deletions
  1. +13
    -1
      README.md

+ 13
- 1
README.md View File

@ -1,5 +1,17 @@
## [Help Maintain Vundle](https://github.com/VundleVim/Vundle.vim/issues/383)
## Table of Contents
- [About](#about)
- [Quick Start](#quick-start)
- [Docs](#docs)
- [Changelog](#changelog)
- [People Using Vundle](#people-using-vundle)
- [Contributors](#contributors)
- [Inspiration & Ideas](#inspiration--ideas)
- [Also](#also)
- [TODO](#todo)
## About
[Vundle] is short for _Vim bundle_ and is a [Vim] plugin manager.
@ -127,7 +139,7 @@ see [Vundle contributors](https://github.com/VundleVim/Vundle.vim/graphs/contrib
* Vundle was developed and tested with [Vim] 7.3 on OS X, Linux and Windows
* Vundle tries to be as [KISS](http://en.wikipedia.org/wiki/KISS_principle) as possible
## TODO:
## TODO
[Vundle] is a work in progress, so any ideas and patches are appreciated.
* [x] activate newly added bundles on `.vimrc` reload or after `:PluginInstall`


Loading…
Cancel
Save