rdegges / dot-vim

My vim dotfiles.
16 stars 3 forks source link

"Cannot find color scheme 'solarized'" #2

Open glarrain opened 10 years ago

glarrain commented 10 years ago

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 git@github.com:rdegges/dot-vim.git ~/.vim-rdegges
ln -s ~/.vim-rdegges/vimrc ~/.vimrc
ln -s ~/.vim-rdegges ~/.vim
...
rdegges commented 9 years ago

Hmm...

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

glarrain commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

Yep, it works now