Last active
April 26, 2018 19:45
-
-
Save jonahgeorge/406b42f041e92da75d369170c166ab47 to your computer and use it in GitHub Desktop.
This file contains 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
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