flazz / vim-colorschemes

one colorscheme pack to rule them all!
3.44k stars 630 forks source link

E185: Cannot find color scheme .. any scheme #87

Closed ltarasiewicz closed 8 years ago

ltarasiewicz commented 8 years ago

Hello,

I've installed vim-colorschemes with Vundle. All color schemes are dropped into .vim/bundle/vim-colorschemes/colors.

When I drop colorscheme corn or any other colorscheme, I always get en error:

E185: Cannot find color scheme ...

Is that a bug or am I doing something wrong?

PaulDapolito commented 8 years ago

+1

Seems like the colors folder is installed to ~/.vim/bundle/vim-colorschemes/colors by default. You can fix this by running cp -r ~/.vim/bundle/vim-colorschemes/colors ~/.vim/colors.

dragonxlwang commented 8 years ago

it's probably because you put colorscheme before vundle call ends. Put it outside plugin loading and it should be fine... ask me how i know it in the hard way...

libuk commented 8 years ago

@dragonxlwang This fixed it for me.