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

via stackoverflow.com

Installing vim with Ruby support.