*fresh debian install * sudo apt-get install ninja-build gettext libtool libtool-bin autoconf automake cmake g pkg-config unzip doxygen -y git clone https://github.com/neovim/neovim cd neovim...
在全新debian系统上安装neovim,先用`sudo apt-get`安装构建工具和依赖。然后通过git克隆源代码,进入目录后执行`make`和`sudo make install`进行编译安装。已有代码需清理后更新并重新编译。