Go to file
2010-12-22 21:44:46 +10:00
autoload Tweaked the indent_guides#cterm_highlight_colors() function 2010-12-22 21:44:46 +10:00
doc Updated the help file 2010-12-20 22:30:18 +10:00
plugin Improved support for terminal vim 2010-12-20 22:26:45 +10:00
test-files Added some test files 2010-12-05 18:06:28 +10:00
README.markdown Updated the readme file 2010-12-20 22:32:35 +10:00

Indent Guides

Indent Guides is a plugin for visually displaying indent levels in vim.

Features:

  • Can detect both tab and space indent styles.
  • Automatically inspects your colorscheme and picks appropriate colors.
  • Will highlight indent levels with alternating colors.
  • Supports both gvim and terminal vim.

Requirements

  • vim 7.2+

Installation

To install the plugin just copy autoload, plugin, doc directories into your .vim directory.

Alternatively if you have Pathogen installed, just clone this repo into a subdirectory of your .vim/bundle directory like so:

cd ~/.vim/bundle
git clone git://github.com/nathanaelkane/vim-indent-guides.git

Usage

The default mapping to toggle the plugin is <Leader>ig

Help

:help indent-guides

Screenshots

Indent Guides screenshot: rdark Indent Guides screenshot: bclear Indent Guides screenshot: clarity Indent Guides screenshot: moss