Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Oct 31, 2014
1 parent 4576688 commit dd0de64
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
@@ -1,6 +1,7 @@
# ~~Better~~ Much simpler Rainbow Parentheses

A heavily rewritten fork of [kien/rainbow_parentheses.vim][k].
A heavily-rewritten fork of [kien/rainbow_parentheses.vim][k].

The default colors were taken from [VimClojure][v].

## Installation
Expand All @@ -11,7 +12,17 @@ Using [vim-plug](https://github.com/junegunn/vim-plug):
Plug 'junegunn/rainbow_parentheses.vim'
```

## Options
## Commands

```vim
" Activate
:RainbowParentheses
" Deactivate
:RainbowParentheses!
```

## Customization

```vim
let g:rainbow#max_level = 16
Expand Down Expand Up @@ -42,16 +53,6 @@ let g:rainbow#colors = {
\ }
```

## Commands

```vim
" Activate
:RainbowParentheses
" Deactivate
:RainbowParentheses!
```

[k]: https://github.com/kien/rainbow_parentheses.vim
[v]: http://www.vim.org/scripts/script.php?script_id=2501

0 comments on commit dd0de64

Please sign in to comment.