-
Notifications
You must be signed in to change notification settings - Fork 140
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
I have some error after follow your step by step.. #9
Comments
I'm no vim pro, but I'll try my best to help you out. If I answer something wrong, somebody please correct me. For the first part, I think you didn't run "./update.sh" in the eddie-vim directory. It's in the Readme. Hope it helps. |
I had the same symptoms and it appears that the ./update.sh fails at some point, so the install is incomplete:
|
I got it fixed by running
in a fresh clone and then after that ./update.sh is happy. |
Check your ssh key was correctly config in your github account. |
But that is exactly the point. I was installing eddie-vim on a server where I don't have the need to have my ssh key uploaded to github. The url All the other urls in the .gitmodule use |
I had the same problem as yours. And after a half-an-hour hacking, I found there's no pathogen.vim in my
And it turned out working fine. |
I am new in vim and git ,and I have some error when I use VI after follow your instruction.
My Error...
Error detected while processing /home/chiakey/.vimrc:
line 10:
E117: Unknown function: pathogen#incubate
line 12:
E117: Unknown function: pathogen#infect
line 13:
E117: Unknown function: pathogen#helptags
Press ENTER or type command to continue
Another two question,
How to change the background color and text color to default in your vimrc ?
If i want to add another plugin , where should i place my .vim file ??
Thanks ^^
The text was updated successfully, but these errors were encountered: