mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-10 02:43:46 -05:00
6d903df6e79ee90c24f077bb1380f6f59325f629
Indent Guides
Indent Guides is a plugin for visually displaying indent levels in gvim.
Features:
- Can detect both tab and space indent styles.
- Automatically inspects your colorscheme and picks appropriate colors.
- Will highlight indent levels with alternating colors.
Requirements
- gvim 7.2+ (support for terminal vim is planned for a future release)
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
Languages
Vim Script
100%