linux-neovim 安装
资源
https://github.com/neovim/neovim
https://github.com/rockerBOO/awesome-neovim
install -- the latest
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim
sudo apt-get install python-dev python-pip python3-dev python3-pip