On Oct 18, 11:05 pm, flebber <flebber.c...@gmail.com> wrote:
> On Oct 18, 10:41 pm, "Ivan S. Freitas" <ivansichfrei...@gmail.com>
> wrote:
>
>
>
>
>
>
>
>
>
> > On Mon, Oct 18, 2010 at 12:34 AM, flebber <flebber.c...@gmail.com> wrote:
> > > Hi
>
> > > I was wondering if there was a way to setup vim so that it opens in
> > > Ruby mode. For Ruby Programming. I don't want it to be anything
> > > extravagent I just want it to handle Ruby language features syntax etc
>
> > I think you can acconplish this with the following:
>
> > if has("syntax")
> >   syntax on
> > endif
>
> > filetype plugin indent on
>
> > > but also mainly I wanted it to open with 3 windows.
>
> > I may be more useful working with sessions (:help mksession)
>
> > > One where I can
> > > work on my main file, the other to write code to test and last to show
> > > output of code test when run.
>
> > A plugin for that may already exist, otherwise you could try
> > conque-terminal [1] and run directly the ruby interpreter (I'm not
> > sure on its usability in the ruby interpreter, btw).
>
> > > Is that possible hard/easy with vim?
>
> > > --
> > > You received this message from the "vim_use" maillist.
> > > Do not top-post! Type your reply below the text you are replying to.
> > > For more information, visithttp://www.vim.org/maillist.php
>
> > --
> > ==============================================
> > Ivan Sichmann Freitas
> > Engenharia de Computação 2009
> > UNICAMPhttp://identi.ca/ivansichmann
> > Grupo Pró Software Livre UNICAMP - GPSL
> > ==============================================
>
> And the is an actual vim_ruby pluginhttp://rubyforge.org/frs/?group_id=16

And on git http://github.com/vim-ruby/vim-ruby/blob/master/INSTALL .
So that takes care of the syntax now I just need to work on buffers

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to