Installing vim with ruby support (+ruby) – Stack Overflow

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.

← Back to home