Installing vim with ruby support (+ruby) - Stack Overflow
Work In Progress Migration
sudo apt-get install mercurialhg clone https://vim.googlecode.com/hg/ vimcd vim./configure —enable-rubyinterpmakesudo make install
To test if things look fancy:
vim —version | grep ruby
Installing vim with Ruby support.