Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting an error for customization #167

Open
norogoth opened this issue Oct 12, 2021 · 1 comment
Open

Getting an error for customization #167

norogoth opened this issue Oct 12, 2021 · 1 comment

Comments

@norogoth
Copy link

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
Copy link
Owner

try following:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants