You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: