-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Vundle installed colorschemes #119
Comments
As a minor data point, I'm using this right now on vim 7.2.445 and a couple of more recent versions:
All seems to be working cleanly. |
@Flebber how do you determine that colorscheme doesn't get recognized? Ie could you try doing:
and let me know whether it works for you? You can try other colorschemes aswell, ie:
Other than that, asking Vundle questions here is just fine! |
Ok, after looking again into your if you move Bundle 'desert-warm-256'
colorscheme desert-warm it should work |
It's important to know that Let me know if you have any more questions. |
Yes that did solve it changing the order to have the theme under the bundle. |
Hi, I'm having the same problem with 0b28e33
The ~/.vimrc
Doing
|
Changing I can't be the only one having this problem, there is nothing special about my environment. Just stock OS X 10.10 with stock vim (see previous comment). I have tested the
|
I found my mistake: Is there any reason why I shouldn't be using |
Speed. if you use |
Sold. Thanks! |
I'm having the same issue but I'm using also, im using osx 10.10.1 also here's what I'm seeing:
let me know if there is other info you need :) |
Did you actually install the plugins? |
You should use 'altercation/vim-colors-solarized' , not 'altercation/solarized' |
haha yeah I installed the plugins and other plugins work. Just wondering, why can't I use alercation/solarized? I use it on a machine thats running Ubuntu and it works fine. here is the result of |
Never mind, I got vim-colors-solarized working, thanks for the tip!
lol when I should have had:
v silly of me. Though I would still like to know why I shouldn't use alercation/solarized? Anyway, thanks (: y'all are the best |
Glad to hear that. https://github.com/altercation/solarized#editors--ides altercation/solarized hosts all the code for many different IDEs while altercation/vim-colors-solarized hosts only vim portion which has autoload directory on top for Vundle or other vim plugin manager. |
ah yess that makes sense (: thanks for that |
I had the same issue - then I found this 😃 - https://stackoverflow.com/a/34165694/1506858
|
When I install color schemes via vundle they aren't usable or recognised by vim.
so
colorscheme solarized or railscasts or desert-warm all haven't been recognised.
Does the path for vim recognise that the colrscheme has been installed via vundle?
I posted on stackoverflow 12 hours ago. but with Vundle being new I guess no responses to confirm if this is occurring to others or its just a newbie mistake somehow.
http://stackoverflow.com/questions/8452779/vim-vundle-colorschemes-vimrc
The text was updated successfully, but these errors were encountered: