3

Really I'm just looking for vim compiled with +ruby and when I installed vim.gtk3 it doesn't come compiled with it instead on :version it comes up as -ruby.

I'd like to use the vim-readability plugin, but it has a dependency on ruby and a ruby-library called odyssey so vim needs ruby integration to use it.

Quasímodo
  • 2,466
  • 9
  • 22
leeand00
  • 3,555
  • 5
  • 24
  • 40

1 Answers1

3

You have two options:

  • Install vim-nox. From the package description (apt-cache show vim-nox),

    This package contains a version of vim compiled with support for
    scripting with Lua, Perl, Python 3, Ruby, and Tcl but no GUI.
    
  • Install vim-athena. From the package description (apt-cache show vim-athena),

    This package contains a version of vim compiled with a Athena GUI
    and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl.
    
Quasímodo
  • 2,466
  • 9
  • 22