I had a similar problem. The pathogen downloaded some of my plugins, not all of them. After some trying and guessing that I discovered (I don’t know if the documentation mentions it), there should be another folder named plugin in each bundle/'plugin_name' folder that contains the * .vim file.
Then, when vim starts to look, not in a pack, but in those folders inside the package that contain the folder called the plugin ... and will create other folders (in each folder of the plugin).
So, if the plugin is just a .vim file, create a folder for it ...
instead:
~/.vim/bundle/vimexplorer/vimExplorer.vim
you need:
~/.vim/bundle/vimexplorer/plugin/vimExplorer.vim
And everything works like a charm.
fioghual Feb 07 2018-12-12T00: 00Z
source share