0

I know Vim Snippets ( Using snippets.vim ) but is there something like Bundles ( or something to emulate it ) for vim

Rigel Glen
  • 1,289
  • 3
  • 14
  • 20

2 Answers2

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
2

You may also be interested in Vundle.

Randy Morris
  • 39,631
  • 8
  • 69
  • 76