-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
34 lines (23 loc) · 726 Bytes
/
Copy pathREADME
File metadata and controls
34 lines (23 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This plugin highlights Ruby opening and closing keywords with a rainbow of
colors. Currently the plugin must be toggled off when editing text in command
mode or else the highlighting fails.
Please submit pull requests to
https://github.com/michaelnussbaum08/rainbow_end.vim
Requirements
------------
* Vim 7.3+
* Ruby support for Vim
* Ruby 1.8.6+
Installation and Usage
----------------------
* Use Pathogen or Vundle!
* Or the old fashioned way, drop rainbow_end.vim into .vim/plugin.
* Either way you have to choose a mapping to toggle highlighting on and off and
add it to your .vimrc, here is an example:
nnoremap <silent> <leader>b :call ToggleRainbow()<CR>
License
-------
GPLv2+
Version
-------
0.1.1