Skip to content

Instantly share code, notes, and snippets.

@rtluckie
Last active August 29, 2015 14:01
Show Gist options
  • Save rtluckie/f73c2b9103705791e147 to your computer and use it in GitHub Desktop.
Save rtluckie/f73c2b9103705791e147 to your computer and use it in GitHub Desktop.
vim_build

Install vim with all options I have ever needed.

sudo yum install -y \
gcc \
make \
ncurses-devel \
lua \
lua-devel \
ruby \
ruby-devel \
python \
python-devel \
perl \
perl-devel
 
mkdir -p ~/tmp
hg clone https://vim.googlecode.com/hg/ ~/tmp/vim

Tested with centos6.5 and fedora20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment