This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This build vim from sources with lua, python and ruby enabled as well as support for | |
# the system clipboard. | |
# | |
# Preparation | |
# | |
# 1. Download vim tarball from vim.org, extract and cd | |
# 2. Enable "Source Code" in Software Center under "Software & Updates". | |
# This is required for `sudo apt-get build-dep` to work. | |
sudo apt-get build-dep vim && |