w0ng / vim-hybrid

A dark color scheme for Vim
1.48k stars 235 forks source link

Vundle installation help #39

Open smitthakkar96 opened 8 years ago

smitthakkar96 commented 8 years ago

How do I install it via vundle.

runar commented 8 years ago

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

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.