From: Martin DeMello Date: 2008-02-28T07:00:29+09:00 Subject: Re: Looking for good Ruby and Rails configuration for vim On Wed, Feb 27, 2008 at 1:44 PM, Xeno Campanoli wrote: > I am afraid I really like vi, but I would like some syntax highlighting, > indentation, and block skeleton stuff like Dave and David recommend on > page 27 of their agile book. I wonder if I make a wish here whether > some wonderful guru might post the vim configuration from heaven for > Rails and Ruby??? first, get the vim-ruby gem: gem install vim-ruby then go through the following guide and see what else seems useful: http://wiki.rubyonrails.org/rails/pages/HowtoUseVimWithRails martin