I want to use lustyjuggler and lustyExplorer. They are vim plugins but I want to us pathogen to manage them. Normally I unzip vim plugins and the whole folder structure goes into ~/.vim/bundle/
. But with lustyJuggler and lustyExplorer they come as .vim files. How do I get these to work with pathogen?
Asked
Active
Viewed 635 times
3

Brand
- 1,681
- 1
- 24
- 32
-
LustyExplorer includes LustyJuggler's functionnality. I don't think you need both. – romainl Sep 02 '11 at 06:07
-
No, LustyExplorer and LustyJuggler are separate plugins, though they do share some common code. – Dhskjlkakdh Sep 03 '12 at 20:28
2 Answers
2
Create the folders ~/.vim/bundle/lustyJuggler/plugin
and ~/.vim/bundle/lustyExplorer/plugin
and place the .vim files in there

Alex
- 14,973
- 13
- 59
- 94
1
You can use the vim-scripts mirrors:
https://github.com/vim-scripts/LustyJuggler
https://github.com/vim-scripts/LustyExplorer
Or you can create your own filestructure, just make the plugin folder manually, i.e.
~/.vim/bundle/lustyX/plugin/whatever.vim

numbers1311407
- 33,686
- 9
- 90
- 92