neonvim 安装与配置
基于 cmd 安装, (有可能版本会比较旧)
sudo apt-get install neovim
基于源码安装
sudo apt-get install build-essential
sudo apt-get install cmake
# get source
git clone https://github.com/neovim/neovim.git
#switch stable branch
gco stable
sudo apt-get install neovim
sudo apt-get install build-essential
sudo apt-get install cmake
# get source
git clone https://github.com/neovim/neovim.git
#switch stable branch
gco stable