You are not logged in.
Pages: 1
Hey there,
Does anyone use vim to edit ruby code? I'd like to get a good setup going and hear how your work flow goes? I'd like to be able to edit and debug ruby code using vim, without having to save, quit, ruby <scriptname>.rb, look at results, go back into vim, edit, etc...
I'm sure there is a way to check the script from within vim, how does it work?
thanks!
Offline
I'm sure there's a compiler plugin for ruby that will let you do :make to run it. It will not only run it, but should catch errors and point you to the requisite line. Assuming someone made a compiler plugin.
Offline
http://vim-ruby.rubyforge.org/
Should be most everything you need It worked wonders for me.
Offline
hey thanks guys. I stumbled upon vim-ruby, and :rubyf was the command that got me going.
thanks!
Offline
Pages: 1