This is a Vim plugin to add rainbow highlighting of indented lists.
Before | After |
---|---|
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:
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) |