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

Vundle installation help #39

Open
smitthakkar96 opened this issue Jul 4, 2016 · 2 comments
Open

Vundle installation help #39

smitthakkar96 opened this issue Jul 4, 2016 · 2 comments

Comments

@smitthakkar96
Copy link

How do I install it via vundle.

@runar
Copy link

runar commented Jul 4, 2016

Instead of step 1 in the installation instructions, you add the following to your .vimrc and run :PluginInstall:

Plugin 'w0ng/vim-hybrid'

Then continue with step 2.

@xtiansimon
Copy link

xtiansimon commented Aug 4, 2017

I was having the same problem. Fixed now.

I added :Plugin 'w0ng/vim-hybrid' to my vim config and ran PluginInstall. I also performed PluginUpdate.

The results screen didn't list list the plugin as seen to generate any errors:

   " Installing plugins to /home/xtian/.vim/bundle
   . Plugin 'gmarik/Vundle.vim' 
   [...]
   . Plugin 'davidhalter/jedi'                                          
   * Helptags
   Done!

I quit everything and reopened the file:

Error detected while processing /home/xtian/.vimrc:
line   59:
E185: Cannot find color scheme 'hybrid'
Press ENTER or type command to continue

Now, rerunning :PluginInstall and there it was.

Unless you're always customizing your VIM install, you might not recall the Vundle install experience can be finicky.

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

3 participants