I work with Ruby on Rails and wish to use vim as the editor of choice. However, I can’t find anywhere simple set of step by step,idiot proof, instructions with well explained steps as to how to set it up properly.
I wish to set vim properly, with nice plugins link vim for rails, nerdtree and stuff like that. Please help me, I would be most grateful.
So far I have installed RoR, vim, and git.
You’re probably not going to find “idiot proof” anything when it comes to vim. However, the good news is that it’s really not that hard once you do it a few times. If you can get
NERD treeinstalled, that’s a good pattern for every other vim plugin out there.The instructions for that plugin are simple enough.
You don’t really need any plugins to work with Ruby in vim, but the short list of plugins that I use regularly are:
Of those, the one that I use the most has nothing to do with Ruby specifically, but I find it to be faster than checking
:lsfor a buffer number. As long as I havebufexplorerplugged in, andackinstalled on the system, I’m ready to slay some Ruby code. The other plugins are just “nice-to-haves”.