Updated the readme

This commit is contained in:
Nate Kane 2010-12-07 23:45:07 +10:00
parent 3a8ac4e364
commit 342a140517

View File

@ -1,8 +1,19 @@
# Indent Guides # Indent Guides
A Vim plugin for visually displaying indent levels.
Indent Guides is a Vim plugin for visually displaying indent levels. ## Installation
Coming soon.
## Features
* Can handle both tab and space indent styles
* Automatically inspects your vim colorscheme and picks appropriate colors
## Usage
The default mapping to toggle the plugin is `<Leader>ig`
## Help
`:help indent-guides`
## Screenshot ## Screenshot
<img src="http://dl.dropbox.com/u/1019520/indent_guides_screenshot.png" width="356" height="470" alt="Indent Guides - Screenshot" /> <img src="http://dl.dropbox.com/u/1019520/indent_guides_screenshot.png" width="356" height="470" alt="Indent Guides - Screenshot" />