Skip to content

Instantly share code, notes, and snippets.

@jonahgeorge
Last active April 26, 2018 19:45
Show Gist options
  • Save jonahgeorge/406b42f041e92da75d369170c166ab47 to your computer and use it in GitHub Desktop.
Save jonahgeorge/406b42f041e92da75d369170c166ab47 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 Setup
```sh
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim
```
https://github.com/Shougo/dein.vim
sudo apt-get install python3-setuptools
sudo easy_install3 pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment