I know Vim Snippets ( Using snippets.vim ) but is there something like Bundles ( or something to emulate it ) for vim
Asked
Active
Viewed 389 times
0
-
Aren't bundles just what they call plugins? What [specific bundle](http://svn.textmate.org/trunk/Bundles/) are you wanting to emulate? – Karl Bielefeldt Aug 13 '11 at 11:17
-
For me its just the ease of creating Bundles – Rigel Glen Aug 13 '11 at 11:19
2 Answers
5
You're probably looking for "pathogen": http://www.vim.org/scripts/script.php?script_id=2332. It lets you put entire plugins in their own directory under "~/.vim/bundle".

Andrew Radev
- 3,982
- 22
- 35