luochen1990/rainbow

Getting an error for customization

norogoth opened this issue · 1 comments

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.

try following:

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