aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/config/rainbow.vim')
-rw-r--r--vim/.vim/config/rainbow.vim19
1 files changed, 19 insertions, 0 deletions
diff --git a/vim/.vim/config/rainbow.vim b/vim/.vim/config/rainbow.vim
new file mode 100644
index 0000000..7870030
--- /dev/null
+++ b/vim/.vim/config/rainbow.vim
@@ -0,0 +1,19 @@
1let g:rbpt_colorpairs = [
2 \ [158, '#00ceb3'],
3 \ [081, '#00a3ff'],
4 \ [214, '#ff8d00'],
5 \ [123, '#3fffc9'],
6 \ [045, '#29b9ec'],
7 \ [190, '#bfec29'],
8 \ [208, '#ffad00'],
9 \ [117, '#48bde0'],
10 \ ]
11
12let g:rbpt_max = 8
13let g:rbpt_loadcmd_toggle = 0
14
15au VimEnter * RainbowParenthesesToggle
16au Syntax * RainbowParenthesesLoadRound
17au Syntax * RainbowParenthesesLoadSquare
18au Syntax * RainbowParenthesesLoadBraces
19
Powered by cgit v1.2.3 (git 2.41.0)