Updated the readme file

This commit is contained in:
Nate Kane 2010-12-20 22:32:35 +10:00
parent 5d01603b9a
commit 78f60359c8

View File

@ -1,13 +1,14 @@
# Indent Guides # Indent Guides
Indent Guides is a plugin for visually displaying indent levels in gvim. Indent Guides is a plugin for visually displaying indent levels in vim.
## Features: ## Features:
* Can detect both tab and space indent styles. * Can detect both tab and space indent styles.
* Automatically inspects your colorscheme and picks appropriate colors. * Automatically inspects your colorscheme and picks appropriate colors.
* Will highlight indent levels with alternating colors. * Will highlight indent levels with alternating colors.
* Supports both gvim and terminal vim.
## Requirements ## Requirements
* gvim 7.2+ (support for terminal vim is planned for a future release) * vim 7.2+
## Installation ## Installation
To install the plugin just copy `autoload`, `plugin`, `doc` directories into your .vim directory. To install the plugin just copy `autoload`, `plugin`, `doc` directories into your .vim directory.