luochen1990 / rainbow

Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.
Apache License 2.0
1.78k stars 95 forks source link

Getting an error for customization #167

Open norogoth opened 3 years ago

norogoth commented 3 years ago

I am getting an invalid expression error for

Plug 'luochen1990/rainbow'
let g:rainbow_active = 0 "set to 0 if you want to enable it later via :RainbowToggle
" Rainbow config
let g:rainbow_conf = {
\   'guifgs': ['#98D1FB', 'darkorange3', 'seagreen3', 'firebrick'],
\   }
\}

Obviously I can activate it later but currently just troubleshooting this error. I just want it to look nice with my nord theme.

luochen1990 commented 3 years ago

try following:

let g:rainbow_conf = {
\   'guifgs': ['#98D1FB', 'darkorange3', 'seagreen3', 'firebrick']
\}