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

Support color packages #121

Closed
mikehaertl opened this issue Dec 14, 2011 · 5 comments
Closed

Support color packages #121

mikehaertl opened this issue Dec 14, 2011 · 5 comments

Comments

@mikehaertl
Copy link

I've tried to install 'Color-Sampler-Pack' through Vundle, but couldn't use the colorschemes afterwards. Maybe worth a fix?

@0
Copy link
Contributor

0 commented Dec 14, 2011

Works fine here with
VIM - Vi IMproved 7.3 Included patches: 1-353
on Linux and with Vundle at 37e82d1.

To test, I had to move my /usr/share/vim/vim73/colors/, because it seems to already contain all the colorschemes in the sampler pack.

@gmarik
Copy link
Contributor

gmarik commented Dec 14, 2011

Hey @mikehaertl,
Could you please check if you having same issue as #119?

I just checked myself with:

  1. :BundleInstall 'Color-Sampler-Pack'
  2. :colorscheme pablo

And it worked for me.

Let me know how that goes.
Thanks!

@mikehaertl
Copy link
Author

@gmarik:

Indeed it was the same issue. Moved the colorscheme now below the Bundle 'Color-Sampler-Pack' and it's working fine!

Thanks a lot!

@kevinSuttle
Copy link

Is this why color schemes aren't cloned into /.vim/colors? and instead just put into /.vim/bundles with the rest of the packages? Should I put them in /colors/ separately?

@jdevera
Copy link
Contributor

jdevera commented Oct 3, 2013

they don't need to be in .vim/colors, they just need to be in the colors directory of any of your bundles. .vim is just one more directory in Vim's runtime path when you use vundle, together with all the bundles.

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

No branches or pull requests

5 participants