Home

Awesome

Introduction

This is a Vim plugin to add rainbow highlighting of indented lists.

BeforeAfter
beforeafter

Quick Start

Installation

If you use vim-plug, then add the following line to your vimrc file:

Plug 'lervag/vim-rainbow-lists'

Or use some other plugin manager:

Usage

Use the following commands or mappings to enable/disable/toggle the layer highlighting.

CommandMapping
:RBListEnable<plug>(rblist-enable)
:RBListDisable<plug>(rblist-disable)
:RBListToggle<plug>(rblist-toggle)