Skip to content

Instantly share code, notes, and snippets.

View Developer27149's full-sized avatar
🐈‍⬛
Learning Javascript and algorithm

Aaron Developer27149

🐈‍⬛
Learning Javascript and algorithm
View GitHub Profile
@Developer27149
Developer27149 / gist:98bb599008a58440dca0f702fd2dd352
Created September 12, 2017 14:28
Install Vim 8 with Python, Python 3, Ruby and Lua support on Ubuntu 16.04
sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-gui-common
sudo apt-get install liblua5.1-dev luajit libluajit-5.1 python-dev ruby-dev libperl-dev libncurses5-dev libatk1.0-dev libx11-dev libxpm-dev libxt-dev
#Optional: so vim can be uninstalled again via `dpkg -r vim`
sudo apt-get install checkinstall
sudo rm -rf /usr/local/share/vim /usr/bin/vim
cd ~