Skip to content

Instantly share code, notes, and snippets.

@datousir
Forked from humorless/neovim.md
Created February 13, 2019 07:46
Show Gist options
  • Save datousir/059ca29f3d495de1e9d0b5c93cd120d9 to your computer and use it in GitHub Desktop.
Save datousir/059ca29f3d495de1e9d0b5c93cd120d9 to your computer and use it in GitHub Desktop.
How to install neovim in Ubuntu-14.04 & using terminal mode
sudo add-apt-repository ppa:neovim-ppa/unstable 
sudo apt-get update
sudo apt-get install neovim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment