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

"Cannot find color scheme 'solarized'" #2

Open
glarrain opened this issue Aug 19, 2014 · 4 comments
Open

"Cannot find color scheme 'solarized'" #2

glarrain opened this issue Aug 19, 2014 · 4 comments

Comments

@glarrain
Copy link
Contributor

There was an error related to solarized:

$ vim +BundleInstall +qall
Error detected while processing /home/user/.vim-rdegges/plugin/settings/dotfiles-appearance.vim:
line   15:
E185: Cannot find color scheme 'solarized'
Press ENTER or type command to continue

Also, with GVIM, none of the options in the menu entry solarized work.

Note: I used a slightly modified set of commands but that shouldn't matter for this issue

git clone [email protected]:rdegges/dot-vim.git ~/.vim-rdegges
ln -s ~/.vim-rdegges/vimrc ~/.vimrc
ln -s ~/.vim-rdegges ~/.vim
...
@rdegges
Copy link
Owner

rdegges commented Aug 30, 2014

Hmm...

This works for me on a fresh install. Can you confirm that vim-colors-solarized was downloaded?

@glarrain
Copy link
Contributor Author

Hi Randall. I use Ubuntu 14.04. I created a brand new user to verify the error, and I get the same error:

temp@my-pc:~$ git clone https://github.com/rdegges/dot-vim.git ~/.vim
Cloning into '/home/temp/.vim'...
remote: Counting objects: 156, done.
remote: Total 156 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (156/156), 18.57 KiB | 0 bytes/s, done.
Resolving deltas: 100% (65/65), done.
Checking connectivity... done.
temp@my-pc:~$ ln -s ~/.vim/vimrc ~/.vimrc
temp@my-pc:~$ cd ~/.vim
temp@my-pc:~/.vim$ git submodule init
Submodule 'bundle/vundle' (git://github.com/gmarik/vundle.git) registered for path 'bundle/vundle'
temp@my-pc:~/.vim$ git submodule update
Cloning into 'bundle/vundle'...
remote: Counting objects: 2805, done.
remote: Total 2805 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (2805/2805), 834.41 KiB | 250.00 KiB/s, done.
Resolving deltas: 100% (946/946), done.
Checking connectivity... done.
Submodule path 'bundle/vundle': checked out 'c3ec8796944a372c6d44496ad6113e7d2e74331e'
temp@my-pc:~/.vim$ vim +BundleInstall +qall
Error detected while processing /home/temp/.vim/plugin/settings/dotfiles-appearance.vim:
line   15:
E185: Cannot find color scheme 'solarized'
Press ENTER or type command to continue

Can you confirm that vim-colors-solarized was downloaded?

Download when, with the bundle? Do I need to install more "vim stuff" before executing those commands. Please excuse my ignorance in these topics.

@rdegges
Copy link
Owner

rdegges commented Sep 1, 2014

Hmm -- I just pushed a change which comments out solarized by default. Can you re-try the install and let me know if it succeeds? I'm trying to narrow it down.

@glarrain
Copy link
Contributor Author

glarrain commented Sep 2, 2014

Yep, it works now

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

2 participants