Hacker News new | ask | show | jobs
by kaylarose 5415 days ago
IMO this is the best overall Vim add-on repo (for Python and Ruby devs alike): https://github.com/carlhuda/janus [1]

[1] http://yehudakatz.com/2010/07/29/everyone-who-tried-to-convi...

2 comments

Janus is amazing. I replaced all of the hassle of maintaining a bunch of plugins and vimrc with Janus and a few lines in ~/.vimrc.local and ~/.janus.rake

With Janus, you can easily remove things you dont want and add plugins you need.

I use pathogen with a bundle.available dir with git submodules and a bundle dir with symlinks to active ones. Makes it damn easy to enable/disable.
I'm using pathogen with git submodules.
All scripts on vim.org are cloned at GitHub too (https://github.com/vim-scripts/), Pathogen + GitHub is awesome for your .vim directory.