nathanbraun / vim-rainbow-lists

Nested highlighting of lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

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

Before After
before after

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.

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

About

Nested highlighting of lists

License:MIT License


Languages

Language:Vim Script 100.0%