We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do I install it via vundle.
The text was updated successfully, but these errors were encountered:
Instead of step 1 in the installation instructions, you add the following to your .vimrc and run :PluginInstall:
.vimrc
:PluginInstall
Plugin 'w0ng/vim-hybrid'
Then continue with step 2.
Sorry, something went wrong.
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.
:Plugin 'w0ng/vim-hybrid'
PluginInstall
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.
No branches or pull requests
How do I install it via vundle.
The text was updated successfully, but these errors were encountered: