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

Should up document for adding ow plugin #10

Closed
hermanccw opened this issue Oct 11, 2012 · 1 comment
Closed

Should up document for adding ow plugin #10

hermanccw opened this issue Oct 11, 2012 · 1 comment

Comments

@hermanccw
Copy link

it currently states that to add your own plugin, do this (example, vim-rails)

cd ~/.vim_runtime
git clone git://github.com/tpope/vim-rails.git sources_plugins/vim-rails

where it should be

cd ~/.vim_runtime
git clone git://github.com/tpope/vim-rails.git sources_non_forked/vim-rails

@bigscorpions
Copy link

Well, I think the author is right. If you add call pathogen#infect('~/.vim_runtime/sources_plugins') to the plugins_config.vim, the plugins in the folder will be infected. That is to say you can use the pathogen plugin to add the infected folder. I have tried that way and it's just fine.

@amix amix closed this as completed Apr 13, 2013
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