vim-indent-guides/README.markdown

22 lines
530 B
Markdown
Raw Normal View History

2010-12-07 08:35:02 -05:00
# Indent Guides
2010-12-07 08:45:07 -05:00
A Vim plugin for visually displaying indent levels.
2010-12-07 08:35:02 -05:00
2010-12-07 08:47:48 -05:00
**Status:** almost ready for an official release.
2010-12-07 08:45:07 -05:00
## Installation
Coming soon.
2010-12-07 08:35:02 -05:00
2010-12-07 08:45:07 -05:00
## 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`
2010-12-07 08:35:02 -05:00
2010-12-07 08:45:07 -05:00
## Help
`:help indent-guides`
## Screenshot
2010-12-07 08:37:21 -05:00
<img src="http://dl.dropbox.com/u/1019520/indent_guides_screenshot.png" width="356" height="470" alt="Indent Guides - Screenshot" />
2010-12-07 08:35:02 -05:00