vim-indent-guides/README.markdown

20 lines
479 B
Markdown
Raw Normal View History

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