spf13-vim icon indicating copy to clipboard operation
spf13-vim copied to clipboard

remove 'luochen1990/rainbow' plugin to fix "magic" syntax highlight.

Open howiehu opened this issue 9 years ago • 7 comments

Fix #875

howiehu avatar Jan 18 '16 05:01 howiehu

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 18 '16 05:01 CLAassistant

I believe the formatting you are seeing is expected behavior for rainbow, as demonstrated in this screenshot from the project's page.

rainbow screenshot

Perhaps disabling the plugin is all you need?

bronzehedwick avatar Jan 18 '16 14:01 bronzehedwick

@bronzehedwick

Thanks to notice this.

I believe it's a 'magic highlight' after anyone first to use or upgrade the spf13.

So, if someone like it, he can add this plugin to .vimrc.bundles.local by himself.

But if it's a 'welcome change', we can keep it on and ignore my PR.

howiehu avatar Jan 18 '16 14:01 howiehu

Yeah that's a fair point. Maybe @jrobeson would want to weight in? I personally don't use rainbow.

In the mean time, you can set let g:rainbow_active = 0 in your vimrc to disable it by default, or of course unbundle it.

bronzehedwick avatar Jan 18 '16 14:01 bronzehedwick

I don't use rainbow either.

ghost avatar Jan 18 '16 22:01 ghost

Also fixes #850. Thanks, this has been annoying the heck out of me for months.

rjmccabe3701 avatar Jan 22 '16 03:01 rjmccabe3701

Thank you.

let g:rainbow_active = 0 Fixed my issue. Thank you @bronzehedwick

screen shot 2019-03-03 at 2 38 56 pm

Who likes rainbows anyway.

lmayorga1980 avatar Mar 03 '19 19:03 lmayorga1980